aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Campbell <jcampbell@gnome.org>2015-05-11 20:41:01 -0500
committerJim Campbell <jcampbell@gnome.org>2015-05-11 20:41:01 -0500
commit3948e44c9a0fd9dd30b0fe043f15d7518d567112 (patch)
tree351958322fdb77eb373fe7e5298c1b5e5af133ba
parent7bba6d2e9c99ad4ee7b5966c297242d1adaaa9cb (diff)
downloadmediagoblin-3948e44c9a0fd9dd30b0fe043f15d7518d567112.tar.lz
mediagoblin-3948e44c9a0fd9dd30b0fe043f15d7518d567112.tar.xz
mediagoblin-3948e44c9a0fd9dd30b0fe043f15d7518d567112.zip
docs: Added 'sudo' to cmd. Made 'exit' from postgres acct more clear.
Added a missing reference to 'sudo' in a command. Made the exit from the postgres account more clear to reduce the chance for user error.
-rw-r--r--docs/source/siteadmin/deploying.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index b88ede8b..183eede8 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -137,7 +137,7 @@ Type ``exit`` to exit from the 'postgres' user account.::
From here we just need to set the Postgres database to start on boot, and also
start it up for this particular session.::
- sudo systemctl enable postgresql && systemctl start postgresql
+ sudo systemctl enable postgresql && sudo systemctl start postgresql
.. caution:: Where is the password?
@@ -326,6 +326,11 @@ test the deployment with the following command::
You should be able to connect to the machine on port 6543 in your
browser to confirm that the service is operable.
+The next series of commands will need to be run as a priviledged user. Type
+exit to return to the root/sudo account.::
+
+ exit
+
.. _webserver-config: