Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ docker pull augurlabs/augur-rabbitmq-1
4. Edit your `environment.txt` file to contain information about you and your API keys for GitHub and GitLab
5. From the root of this repository's directory on your local computer, issue this command:
```{eval-rst}
docker compose --env-file ./environment.txt up --build
docker-compose --env-file ./environment.txt up --build
```
6. Watch the container come up. This will take 1-3 minutes depending on your hardware configuration.
7. Visit http://localhost:5002 to see your Augur frontend, and start adding repositories to be collected!

Note: Postgresql data is stored locally in a directory that remains in tact throughout any startup, shutdown, or cleaning of your docker environment.
Note: Postgresql data is stored locally in a directory that remains intact throughout any startup, shutdown, or cleaning of your docker environment.