Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Denisov <1101.debian@gmail.com>2012-09-06 11:50:47 +0400
committerAlex Denisov <1101.debian@gmail.com>2012-09-06 12:21:35 +0400
commit09a86bd4d6dcf89f5e5393145900593bb22f1080 (patch)
tree57f8f864b2d824d02767d23220a3a174e9ce61f6 /doc/installation.md
parent6e5cd8e0810c63e8744c23cdb887fea78ea37fb4 (diff)
Capitlization of /gitlab/i normalized. #1367
Diffstat (limited to 'doc/installation.md')
-rw-r--r--doc/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 327fc192822..e14ec711e7b 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -167,7 +167,7 @@ and ensure you have followed all of the above steps carefully.
# Login to MySQL
$ mysql -u root -p
- # Create the gitlabhq production database
+ # Create the GitLab production database
mysql> CREATE DATABASE IF NOT EXISTS `gitlabhq_production` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`;
# Create the MySQL User change $password to a real password