From 4f06725a34a79dbb42034a5ffc768a0d9e74193d Mon Sep 17 00:00:00 2001 From: Uxio Fuentefria <6909403+Uxio0@users.noreply.github.com> Date: Thu, 9 May 2024 12:36:08 +0200 Subject: [PATCH] Add clean data information to the guide --- docs/running_locally.md | 6 +++++- docs/running_production.md | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) 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