X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/84b538b627cba20558e0a52f3efe73eec90a46fe..a77e606772cd4909f2401f55cd7c3c08f8325fb8:/doc/_includes/_install_postgres_database.liquid diff --git a/doc/_includes/_install_postgres_database.liquid b/doc/_includes/_install_postgres_database.liquid index b96c5a3cc4..aad4688d79 100644 --- a/doc/_includes/_install_postgres_database.liquid +++ b/doc/_includes/_install_postgres_database.liquid @@ -1,6 +1,10 @@ -# Start a shell for the postgres user. On CentOS 6: -
~$ sudo -u postgres scl enable rh-postgresql94 bash
-
On any other distribution: +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} + +# Start a shell for the postgres user:
~$ sudo -u postgres bash
# Generate a new database password:
$ ruby -e 'puts rand(2**128).to_s(36)'