Skip to content

Commit

Permalink
Add SOLR port note to READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryr-upenn committed Sep 9, 2022
1 parent f757c86 commit 65279ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**
Expand Down

0 comments on commit 65279ce

Please sign in to comment.