diff --git a/docs/running_locally.md b/docs/running_locally.md index fb3c851..f725567 100644 --- a/docs/running_locally.md +++ b/docs/running_locally.md @@ -2,9 +2,13 @@ ## Requirements -- `docker compose` (installation [guide](https://docs.docker.com/compose/install/)) +- `Docker Compose` (installation [guide](https://docs.docker.com/compose/install/)) - [Brief Docker Crash Course](docker_cheatsheet.md) +**Important Note:** If you followed the guide some time ago, it's recommended to clean the existing data: +- Remove docker volumes: `docker-compose rm -f -v`. +- Remove `./data` folder, that holds the database. + ## Step 1: setup your `.env` We recommend using what is available in the `.env.sample` file: diff --git a/docs/running_production.md b/docs/running_production.md index 833dea8..59969d1 100644 --- a/docs/running_production.md +++ b/docs/running_production.md @@ -1,5 +1,7 @@ # Running our services for production +First take a look at [Guide to run our services locally](running_locally.md). + ## Requirements ### Tx Service