diff --git a/README.md b/README.md index 270551ad..44cd5037 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you just want to see how a dataset is harvested by CDE: 1. Install [Docker](https://docs.docker.com/get-docker/) and [Docker compose](https://docs.docker.com/compose/install/). New versions of Docker include `docker-compose` 1. Rename .env.sample to .env and change any settings if needed. If you are running on your local machine these settings don't need to change -1. `docker-compose up -d` to start all services. This will take a few minute to download, build, create the database schema. +1. `docker-compose -f docker-compose.production.yaml up -d` to start all services. This will take a few minute to download, build, create the database schema. 1. Start your python 3.10 or greater environment, eg `conda create -n cde python=3.10;conda activate cde` 1. `pip install -e ./harvester -e ./db-loader` 1. Run harvester to load data. From this directory, run: `sh data_loader_test.sh` to just load one dataset for testing purposes