Mention .env.sample #67

Merged
elegaanz merged 1 commit from plume/documentation:sample-env into dev 2019-10-30 16:14:51 +00:00

View file

@ -13,6 +13,7 @@ createdb -O plume plume
Before starting Plume, you'll need to create a configuration file, called `.env`.
This file should be in the same directory as the one in which you will start Plume (`~/Plume`, if you followed the previous instructions).
If you are installing from source, you can use `cp .env.sample .env` to generate it.
Here is a sample of what you should put inside.
```bash