From f66209626c6e13467c1dda4a012a3151c02cbe79 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Sat, 25 May 2013 22:40:09 -0600 Subject: [PATCH] styling and typo fixes in installation guide --- doc/install/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index a80e2a8dd5f..0b246706132 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -6,7 +6,7 @@ This is the official installation guide to set up a production server. To set up The following steps have been known to work. Please **use caution when you deviate** from this guide. Make sure you don't violate any assumptions GitLab makes about its environment. -If you find a bug/error in this guide please **submit a pull request** following the [`contributing guide`](../../CONTRIBUTING.md). +If you find a bug/error in this guide please **submit a pull request** following the [contributing guide](../../CONTRIBUTING.md). - - - @@ -211,7 +211,7 @@ Make sure to update username/password in config/database.yml. sudo -u git -H bundle install --deployment --without development test mysql -## Initialise Database and Activate Advanced Features +## Initialize Database and Activate Advanced Features sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production -- GitLab