diff options
author | Jim Campbell <jcampbell@gnome.org> | 2015-05-18 21:19:42 -0500 |
---|---|---|
committer | Jim Campbell <jcampbell@gnome.org> | 2015-05-18 21:19:42 -0500 |
commit | 80fe8e4c39f955979aba06f5c8fa2e412d894197 (patch) | |
tree | b425722287034023deb47aa3e577696b531b1825 /docs/source/siteadmin/deploying.rst | |
parent | a03920751facac2bcc6c1bb0514aad7fe198f37d (diff) | |
download | mediagoblin-80fe8e4c39f955979aba06f5c8fa2e412d894197.tar.lz mediagoblin-80fe8e4c39f955979aba06f5c8fa2e412d894197.tar.xz mediagoblin-80fe8e4c39f955979aba06f5c8fa2e412d894197.zip |
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.
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 5 |
1 files changed, 0 insertions, 5 deletions
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 |