Skip to content

Commit 1432910

Browse files
authored
Merge pull request #154 from sul-dlss/justinlittman-patch-1
Modify README for Argo QA and DSA connection details
2 parents 48173e4 + 375e71c commit 1432910

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ ssh -L 8990:sul-solr-prod-a.stanford.edu:80 lyberadmin@argo-prod-02.stanford.edu
1414

1515
In a separate terminal window:
1616
```
17-
SETTINGS__SOLR__URL=http://localhost:8990/solr/argo_prod bin/setup
17+
SETTINGS__SOLR__URL=http://localhost:8990/solr/argo_qa bin/setup
18+
```
19+
to connect to the Argo QA solr index. (Alternatively, you can connect to the stage solr index with `argo_stage` or production with `argo_prod`.)
20+
21+
You can also connect to a deployed DSA. First, obtain a token for the DSA instance and then:
22+
```
23+
SETTINGS__DOR_SERVICES__URL='https://dor-services-qa-lb.stanford.edu' SETTINGS__DOR_SERVICES__TOKEN=hbGcifaketokenOiJIUzI1NiJ9.jbvl5uai9y2MF7_nFqYrcewO4uKJ8tLY2A69b bin/setup
1824
```
1925

2026
Note that `bin/setup` will create the database, run yarn, and perform other setup tasks.

0 commit comments

Comments
 (0)