From f8a0d8c1efcada80bea50c3278f1f4c9be2d131c Mon Sep 17 00:00:00 2001 From: Ana Gelez Date: Wed, 30 Oct 2019 17:14:51 +0100 Subject: [PATCH] Mention .env.sample (#67) --- source/installation/config.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/installation/config.html.md b/source/installation/config.html.md index 0e006b7..bb57510 100644 --- a/source/installation/config.html.md +++ b/source/installation/config.html.md @@ -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