From a212540779e77f387804cad9c6c1989eef5d0b02 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 10 Mar 2016 00:07:09 -0800 Subject: [PATCH] clarify when you need to be root --- docs/INSTALL-cloud.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL-cloud.md b/docs/INSTALL-cloud.md index 472213c5704..7a26d913e3b 100644 --- a/docs/INSTALL-cloud.md +++ b/docs/INSTALL-cloud.md @@ -41,12 +41,13 @@ This command installs the latest versions of Docker and Git on your server. Alte Create a `/var/discourse` folder, clone the [Official Discourse Docker Image][dd] into it, and make a copy of the config file as `app.yml`: + sudo -s mkdir /var/discourse git clone https://github.com/discourse/discourse_docker.git /var/discourse cd /var/discourse cp samples/standalone.yml containers/app.yml -(if you are not root, you may need to `sudo mkdir /var/discourse` and then `chown username /var/discourse`) +You will need to be root through the rest of the bootstrap process. # Edit Discourse Configuration