Merge pull request #20 from google/datastores
Add documentation for datastore config
This commit is contained in:
commit
8eb2de5d38
1 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,12 @@ sudo docker-compose up -d
|
|||
Note: To stop the containers (and purge the stored data) run
|
||||
`sudo docker-compose down` from the `docker` directory.
|
||||
|
||||
dfDewey will try to connect to datastores on localhost by default. If running
|
||||
datastores on separate servers, copy the config file template
|
||||
`dfdewey/config/config_template.py` to `~/.dfdeweyrc` and adjust the server
|
||||
connection settings in the file. You can also specify a different config file
|
||||
location on the command line using `-c`.
|
||||
|
||||
## Installation
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Reference in a new issue