Commit f1402213 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'master' of github.com:gitlabhq/gitlabhq

parents 036cf6fc 475864d5
......@@ -16,7 +16,7 @@ GitLab supports the following databases:
# Secure your installation.
sudo mysql_secure_installation
# Login to MySQL
mysql -u root -p
......@@ -57,7 +57,7 @@ GitLab supports the following databases:
# Login to PostgreSQL
sudo -u postgres psql -d template1
# Create a user for GitLab. (change $password to a real password)
# Create a user for GitLab.
template1=# CREATE USER git;
# Create the GitLab production database & grant all privileges on database
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment