From 3948e44c9a0fd9dd30b0fe043f15d7518d567112 Mon Sep 17 00:00:00 2001 From: Jim Campbell Date: Mon, 11 May 2015 20:41:01 -0500 Subject: 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. --- docs/source/siteadmin/deploying.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/source/siteadmin/deploying.rst') 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: -- cgit v1.2.3