From e279ac734a78d7773de87e87fece24ec1d784d60 Mon Sep 17 00:00:00 2001 From: Bat Date: Mon, 3 Sep 2018 13:17:42 +0100 Subject: [PATCH] Docs: mkdir media --- docs/INSTALL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 47391db9..fba592d3 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -21,7 +21,7 @@ On **Debian**: ```bash apt update -apt install gettext postgresql postgresql-contrib libpq-dev git curl gcc make openssl libssl-dev +apt install gettext postgresql postgresql-contrib libpq-dev git curl gcc make openssl libssl-dev ``` On **Fedora**, **CentOS** or **RHEL**: @@ -137,6 +137,10 @@ When you launch Plume for the first time, it will ask you a few questions to set # postgres://plume:plume@localhost/plume export DB_URL=postgres://plume:PASSWORD@DBSERVERIP:DBPORT/plume +# Create the media directory, where uploads will be stored +mkdir media + +# Actually start Plume cargo run ```