mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Merge branch 'master' of github.com:gitlabhq/gitlabhq
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user