diff --git a/README-development.md b/README-development.md index 8151143a..df98e185 100644 --- a/README-development.md +++ b/README-development.md @@ -50,6 +50,11 @@ Generate separate keys (for each) by running rails task secret. URL for SOLR server, using relative location of docker service (using name 'solr' from docker-compose.yml) +NB: The SOLR port here and everywhere else in the code is `8983`. Previous versions +of the code had `8982` in some cases. This was wrong and created a conflict +between Jetty (which was set to `8983` and the docker-compose values, which +had `8982`). + SOLR_URL=http://solr:8983/solr/development **3. Build and Run (First Time)** diff --git a/README.md b/README.md index 8d2abde2..c509b411 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,11 @@ DEPRECATED -- USING ANSIBLE URL for SOLR server, using relative location of docker service (using name 'solr' from docker-compose.yml) +NB: The SOLR port here and everywhere else in the code is `8983`. Previous versions +of the code had `8982` in some cases. This was wrong and created a conflict +between Jetty (which was set to `8983` and the docker-compose values, which +had `8982`). + SOLR_URL=http://solr:8983/solr/development **3. (Optional) Create a file VERSION in the root folder of the cloned repository.**