summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-04-26 11:26:44 +0200
committerJules Laplace <julescarbon@gmail.com>2020-04-26 11:26:44 +0200
commit7239a9852b5338c5bc3e2a1eba16a9c1648382ee (patch)
treee8cc42526c134ab794d526f1055b7a9b1ff25107
parent53d8ec157598063c9ea2373c2cc28a6abd7b2fca (diff)
-rw-r--r--README.md3
-rw-r--r--env-sample4
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 23dfc2c..a18ff74 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,8 @@ Installing VValls
3) `cd vvalls ; git checkout subscriptions`
4) `npm install`
5) `bower install`
-6) `cp config.json.example config.json`
+6) Copy and edit the config: `cp config.json.example config.json`
+7) Copy and edit the env file, which contains S3 keys: `cp env-sample .env`
7) Start the mongod server (if it isn't running already)
8) `node server`
diff --git a/env-sample b/env-sample
new file mode 100644
index 0000000..472fd4a
--- /dev/null
+++ b/env-sample
@@ -0,0 +1,4 @@
+S3_KEY=
+S3_SECRET=
+S3_BUCKET=
+