New read me how to develop on faidare
Merged
requested to merge fix/NewReadMeHowToDevelopOnFaidare into feat/upgrade-to-new-api-brapiHackathon
Compare changes
- GNP-6570LAKMOURI NAJWA authored
+ 25
− 9
@@ -49,7 +49,6 @@ docker compose up
@@ -106,6 +105,17 @@ Before all, take care to get data locally before running any indexing script.
@@ -131,7 +141,7 @@ docker run -t --volume C:/path/to/local/data:/opt/data/ --network=container:elas
If you depend on committed changes in indexing scripts under a specific branch (the docker image should have been automatically created by the CI), you need to change the tag of the docker image according to the branch name (ie. for branch `epic/merge-faidare-dd`, use tag `epic-merge-faidare-dd`, see `CI_COMMIT_REF_SLUG` [Gitlab predefined variable](https://docs.gitlab.com/ee/ci/variables/predefined_variables.html#predefined-variables-reference)), as following:
@@ -143,7 +153,7 @@ docker run -t --volume /path/to/local/data:/opt/data/ --network=container:elasti
@@ -165,19 +175,25 @@ automatically run the tests of the project (no need to do anything).