Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalz authored Dec 1, 2023
1 parent 34591c4 commit 05d118b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Welcome to the Open Science Framework's base server for addon integration with o

## Setting up GravyValet Locally

1. Start your PostgreSQL and Django containers with `docker-compose up -d`.
2. Enter the Django container: `docker exec addon_service /bin/bash`.
1. Start your PostgreSQL and Django containers with `docker compose up -d`.
2. Enter the Django container: `docker compose exec addon_service /bin/bash`.
3. Migrate the existing models: `python3 manage.py migrate`.
4. Visit [http://0.0.0.0:8004/](http://0.0.0.0:8004/).

Expand Down

0 comments on commit 05d118b

Please sign in to comment.