Commit 6c47514322e7e1e395869ff81af32eb71b074301
1 parent
d238a21b
Exists in
spb-stable
and in
3 other branches
Update installation.md
just fix typo fix broken links
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
doc/install/installation.md
@@ -179,7 +179,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da | @@ -179,7 +179,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da | ||
179 | cd /home/git/gitlab | 179 | cd /home/git/gitlab |
180 | 180 | ||
181 | **Note:** | 181 | **Note:** |
182 | -You can change `6-6-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! | 182 | +You can change `6-7-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! |
183 | 183 | ||
184 | ## Configure it | 184 | ## Configure it |
185 | 185 | ||
@@ -422,9 +422,9 @@ These steps are fairly general and you will need to figure out the exact details | @@ -422,9 +422,9 @@ These steps are fairly general and you will need to figure out the exact details | ||
422 | * Stop GitLab | 422 | * Stop GitLab |
423 | `sudo service gitlab stop` | 423 | `sudo service gitlab stop` |
424 | 424 | ||
425 | -* Add provider specific configuration options to your `config/gitlab.yml` (you can use the [auth providers section of the example config](https://gitlab.com/gitlab-org/gitlab-ce/blob/masterconfig/gitlab.yml.example) as a reference) | 425 | +* Add provider specific configuration options to your `config/gitlab.yml` (you can use the [auth providers section of the example config](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/gitlab.yml.example) as a reference) |
426 | 426 | ||
427 | -* Add the gem to your [Gemfile](https://gitlab.com/gitlab-org/gitlab-ce/blob/masterGemfile) | 427 | +* Add the gem to your [Gemfile](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/Gemfile) |
428 | `gem "omniauth-your-auth-provider"` | 428 | `gem "omniauth-your-auth-provider"` |
429 | * If you're using MySQL, install the new Omniauth provider gem by running the following command: | 429 | * If you're using MySQL, install the new Omniauth provider gem by running the following command: |
430 | `sudo -u git -H bundle install --without development test postgres --path vendor/bundle --no-deployment` | 430 | `sudo -u git -H bundle install --without development test postgres --path vendor/bundle --no-deployment` |