Commit 85736600 authored by Yves Senn's avatar Yves Senn

Merge pull request #4081 from bbodenmiller/patch-9

styling and typo fixes in installation guide
parents d58aca06 f6620962
......@@ -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
......
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