Skip to content

Commit

Permalink
Remove explicit port assignment from fcrepo command
Browse files Browse the repository at this point in the history
  • Loading branch information
little9 committed Oct 29, 2019
1 parent 7c127c4 commit 963cef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ environment variables called `IMPORT_PATH`. If `IMPORT_PATH` is not set, `HyraxR
To run Solr and Fedora for testing purposes:

`solr_wrapper --config spec/dummy/config/solr_wrapper_test.yml`
`fcrepo_wrapper --config spec/dummy/config/fcrepo_wrapper_test.yml -p 8986`
`fcrepo_wrapper --config spec/dummy/config/fcrepo_wrapper_test.yml`

After this you can run the whole suite, or individual specs. System specs are located
in the `spec/dummy/spec/system` folder:
Expand Down

0 comments on commit 963cef4

Please sign in to comment.