Skip to content

Commit

Permalink
Add clean data information to the guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed May 9, 2024
1 parent 9472e7b commit ec776bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/running_locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions docs/running_production.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ec776bb

Please sign in to comment.