From 80fe8e4c39f955979aba06f5c8fa2e412d894197 Mon Sep 17 00:00:00 2001 From: Jim Campbell Date: Mon, 18 May 2015 21:19:42 -0500 Subject: docs: Removed systemcl enable/start. Already issued. Debian-based platforms start the postgres server by default after installation. For RPM-based distros, we've already issued these commands prior to configuring the postgres server. --- docs/source/siteadmin/deploying.rst | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/source/siteadmin/deploying.rst') diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index fc8f021c..61cee3d2 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -136,11 +136,6 @@ Type ``exit`` to exit from the 'postgres' user account.:: exit -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 && sudo systemctl start postgresql - .. caution:: Where is the password? These steps enable you to authenticate to the database in a password-less -- cgit v1.2.3