X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e016b28393b74cd30a78ebe03eca7e37a51fefd3..5d5af52a33ec8b10a9af6afd50141db3923441ec:/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)'