From: Jim Campbell Date: Tue, 19 May 2015 02:19:42 +0000 (-0500) Subject: docs: Removed systemcl enable/start. Already issued. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=80fe8e4c39f955979aba06f5c8fa2e412d894197;p=mediagoblin.git 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. --- 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