Skip to content
Snippets Groups Projects
Commit e33aa232 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Update docs to use 4-1-stable

parent ee43e924
No related branches found
No related tags found
12 merge requests!3250Add gem install bundler to installation guide,!3140Patch 1,!3050Fix RESTfulness of project hook deletions by API,!3031corrected-install-guide-patch,!3015Fix Install Doc (Custom Port),!3014Fix 4.1 Installation Doc wording,!2983Fixed typo in gitlab.yml.example,!2930Error in configuration help - Mysql <-> Postgres (Install Gems),!2797Update to the API docs,!2765Added methods to protect and unprotect branches in from the API,!2713Doc fix,!1491Omniauth adjustments for Shibboleth integration.
Loading
Loading
@@ -190,10 +190,10 @@ See `doc/install/databases.md`
cd /home/gitlab/gitlab
# Checkout to stable release
sudo -u gitlab -H git checkout 4-0-stable
sudo -u gitlab -H git checkout 4-1-stable
 
**Note:**
You can change `4-0-stable` to `master` if you want the *bleeding edge* version, but
You can change `4-1-stable` to `master` if you want the *bleeding edge* version, but
do so with caution!
 
## Configure it
Loading
Loading
@@ -267,7 +267,7 @@ used for the `email.from` setting in `config/gitlab.yml`)
 
Download the init script (will be /etc/init.d/gitlab):
 
sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/master/init.d/gitlab
sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/4-1-stable/init.d/gitlab
sudo chmod +x /etc/init.d/gitlab
 
Make GitLab start on boot:
Loading
Loading
@@ -308,7 +308,7 @@ If you can't or don't want to use Nginx as your web server, have a look at the
 
Download an example site config:
 
sudo curl --output /etc/nginx/sites-available/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/master/nginx/gitlab
sudo curl --output /etc/nginx/sites-available/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/4-1-stable/nginx/gitlab
sudo ln -s /etc/nginx/sites-available/gitlab /etc/nginx/sites-enabled/gitlab
 
Make sure to edit the config file to match your setup:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment