You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,12 +165,12 @@
165
165
166
166
### Working on `taas-es-processor` locally
167
167
168
-
When you run `taas-apis` locally as per "[Steps to run locally](#steps-to-run-locally)" the `taas-es-processor` would be run for you automatically together with other services inside the docker container when you run`npm run services:up`.
168
+
When you run `taas-apis` locally as per "[Steps to run locally](#steps-to-run-locally)" the [taas-es-processor](https://github.com/topcoder-platform/taas-es-processor) would be run for you automatically together with other services inside the docker container via`npm run services:up`.
169
169
170
170
To be able to change and test`taas-es-processor` locally you can follow the next steps:
2. Run `taas-es-processor` separately from the [source code](https://github.com/topcoder-platform/taas-es-processor). As `npm run services:up` already run all the dependencies for both `taas-apis` and for`taas-es-processor`. The only thing you need to dofor running `taas-es-processor` locally is:
173
+
2. Run `taas-es-processor` separately from the source code. As `npm run services:up` already run all the dependencies for both `taas-apis` and for`taas-es-processor`. The only thing you need to dofor running `taas-es-processor` locally is clone the [taas-es-processor](https://github.com/topcoder-platform/taas-es-processor) repository and inside `taas-es-processor` folder run:
0 commit comments