Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Apr 11, 2024
1 parent e395b8a commit 2f7579f
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 @@ -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
Expand Down

0 comments on commit 2f7579f

Please sign in to comment.