diff options
author | Valeriy Sizov <vsv2711@gmail.com> | 2014-11-04 17:37:46 +0200 |
---|---|---|
committer | Valeriy Sizov <vsv2711@gmail.com> | 2014-11-04 17:37:46 +0200 |
commit | ed68797672485cd1cc80d95e39b7e56e5610eb05 (patch) | |
tree | e133eda1ed50ae7e7fba546db3a308ecfb1817af /doc | |
parent | f8981e02cd50aa32210e5be32ffd6d21d999ea4b (diff) | |
parent | 9c6106c4f68fea96a36d77b9b09685dc9fde0161 (diff) | |
download | gitlab-ce-ed68797672485cd1cc80d95e39b7e56e5610eb05.tar.gz |
Merge pull request #8196 from bbodenmiller/patch-12
clarify that 'template1=#' is part of prompt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index a9aae218146..665bc93e4d7 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -127,7 +127,8 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da # Login to PostgreSQL sudo -u postgres psql -d template1 - # Create a user for GitLab. + # Create a user for GitLab + # Do not type the 'template1=#', this is part of the prompt template1=# CREATE USER git CREATEDB; # Create the GitLab production database & grant all privileges on database |