Add RPM repository GPG key and modify CentOS information accordingly
[arvados.git] / doc / _includes / _install_postgres_database.liquid
index b96c5a3cc492ff486d7ffd740499ec8f2f3034b6..04fbc3370a8dd72fd606fa37b8135c5521d86759 100644 (file)
@@ -1,6 +1,4 @@
-# Start a shell for the postgres user.  On CentOS 6:
-  <notextile><pre>~$ <span class="userinput">sudo -u postgres scl enable rh-postgresql94 bash</span>
-</pre></notextile> On any other distribution:
+# Start a shell for the postgres user:
   <notextile><pre>~$ <span class="userinput">sudo -u postgres bash</span></pre></notextile>
 # Generate a new database password:
   <notextile><pre>$ <span class="userinput">ruby -e 'puts rand(2**128).to_s(36)'</span>