clarify that 'template1=#' is part of prompt

Similar to https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/database_mysql.md clarify that `template1=#` is part of the prompt.
This commit is contained in:
Ben Bodenmiller 2014-10-29 23:58:34 -07:00
parent 905004fdc3
commit 9c6106c4f6
1 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,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