aboutsummaryrefslogtreecommitdiff
path: root/db/README.md
blob: 1d5ad718c72db85040bdb2bed9623bffc133c975 (plain)
1
2
3
4
5
6
7
8
9
10
11
# The Database

This document describes how to set up the database for your instance of the water application.

## Setup

The first step is to decide where you are going to keep your database. Once you have decided on where that is going to be add it to your environment:

```sh
export DB_PATH="path/to/database"
```