Commit f66209626c6e13467c1dda4a012a3151c02cbe79

Authored by Ben Bodenmiller
1 parent d58aca06

styling and typo fixes in installation guide

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
doc/install/installation.md
@@ -6,7 +6,7 @@ This is the official installation guide to set up a production server. To set up @@ -6,7 +6,7 @@ This is the official installation guide to set up a production server. To set up
6 6
7 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. 7 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.
8 8
9 -If you find a bug/error in this guide please **submit a pull request** following the [`contributing guide`](../../CONTRIBUTING.md). 9 +If you find a bug/error in this guide please **submit a pull request** following the [contributing guide](../../CONTRIBUTING.md).
10 10
11 - - - 11 - - -
12 12
@@ -211,7 +211,7 @@ Make sure to update username/password in config/database.yml. @@ -211,7 +211,7 @@ Make sure to update username/password in config/database.yml.
211 sudo -u git -H bundle install --deployment --without development test mysql 211 sudo -u git -H bundle install --deployment --without development test mysql
212 212
213 213
214 -## Initialise Database and Activate Advanced Features 214 +## Initialize Database and Activate Advanced Features
215 215
216 sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production 216 sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production
217 217