diff --git a/README.md b/README.md index b447138..2f6e111 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,12 @@ It also builds an image containing all dependencies needed for the tests. To stop the containers, type Ctrl+c. To restart the containers you need only run `docker compose up`. +Copy the Fedora and Solr config files in to place: + +```sh +cp spec/support/config/*.yml config +``` + You can run the full test suite using the following command: ```sh diff --git a/config/fedora.yml b/spec/support/config/fedora.yml similarity index 100% rename from config/fedora.yml rename to spec/support/config/fedora.yml diff --git a/config/solr.yml b/spec/support/config/solr.yml similarity index 100% rename from config/solr.yml rename to spec/support/config/solr.yml