From cdcf9c6a965193536ca2c7a1a9084b232ed5441e Mon Sep 17 00:00:00 2001 From: Jose Luis Osorno Date: Tue, 15 Jan 2019 08:28:08 +0100 Subject: [PATCH] Documentation - Review fixes --- docs/alfresco-transform-service.md | 2 +- docs/debug-eclipse.md | 8 ++++---- docs/debug-intellij.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/alfresco-transform-service.md b/docs/alfresco-transform-service.md index a54f078f..e84e6604 100644 --- a/docs/alfresco-transform-service.md +++ b/docs/alfresco-transform-service.md @@ -115,7 +115,7 @@ messaging.broker.url=failover:(nio://activemq:61616)?timeout=3000&jms.useCompres * Remove the old value of the property `messaging.broker.url` in the same `alfresco-global.properties` file. -Once this 2 modifications are done, rebuild and restart all the services (`run.sh/run.bat build_start`) and ACS will use ATS to execute remote transformations +Once these 2 modifications are done, rebuild and restart all the services (`run.sh/run.bat build_start`) and ACS will use ATS to execute remote transformations asynchronously whenever possible. diff --git a/docs/debug-eclipse.md b/docs/debug-eclipse.md index 9fae34d8..62b89abe 100644 --- a/docs/debug-eclipse.md +++ b/docs/debug-eclipse.md @@ -20,7 +20,7 @@ and `share.debug.port` in the `pom.xml` file of the main project. 8888 ``` -This remote debug ports are configured in the docker compose file to be exposed by the corresponding docker containers. +These remote debug ports are configured in the docker compose file to be exposed by the corresponding docker containers. ``` services: @@ -48,13 +48,13 @@ services: Here you'll see how to create and manage a configuration to remotely debug your launched Alfresco project that's waiting for a connection. This assumes you have an Eclipse IDE up and running, and have already imported the same project you are going to debug. -For more details on how import an Alfresco project into your Eclipse IDE, see Setting up your development environment using Eclipse. +For more details on how to import an Alfresco project into your Eclipse IDE, see Setting up your development environment using Eclipse. 1. Open the Eclipse IDE and click on `Run Configurations` (top right). ![Alt text](./imgs/sdk-debug-eclipse-create.png?raw=true "Eclipse remote debug create configuration") -2. Click on the green plus (top left) and select `Remote Java Application` to add a new configuration for a remote app. +2. Click on the green plus sign (top left) and select `Remote Java Application` to add a new configuration for a remote app. 3. Enter a descriptive name for your configuration, for example, `Sample project ACS debug`. @@ -74,7 +74,7 @@ You will be taken back to the project source code. ![Alt text](./imgs/sdk-debug-eclipse-launch.png?raw=true "Eclipse remote debug configuration launch") -The IDE connects the source code with the deployed one at the docker container. Once the code it's linked, you can open a browser and start using your +The IDE connects the source code to the deployed one at the docker container. Once the code is linked, you can open a browser and start using your application. In our case, we are going to test the behaviour of debugging by running the sample webscript. 8. Open your browser and type `http://localhost:8080/alfresco/s/sample/helloworld`. diff --git a/docs/debug-intellij.md b/docs/debug-intellij.md index 64b3adbb..729667e3 100644 --- a/docs/debug-intellij.md +++ b/docs/debug-intellij.md @@ -20,7 +20,7 @@ and `share.debug.port` in the `pom.xml` file of the main project. 8888 ``` -This remote debug ports are configured in the docker compose file to be exposed by the corresponding docker containers. +These remote debug ports are configured in the docker compose file to be exposed by the corresponding docker containers. ``` services: @@ -48,7 +48,7 @@ services: Here you'll see how to create and manage a configuration to remotely debug your launched Alfresco project that's waiting for a connection. This assumes you have an IntelliJ IDEA IDE up and running, and have already imported the same project you are going to debug. -For more details on how import an Alfresco project into your IntelliJ IDEA IDE, see Setting up your development environment using Intellij IDEA. +For more details on how to import an Alfresco project into your IntelliJ IDEA IDE, see Setting up your development environment using Intellij IDEA. 1. Open the IntelliJ IDEA IDE and click on `Add/Edit Configurations` (top right).