Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
e33aa232
Commit
e33aa232
authored
Jan 21, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs to use 4-1-stable
parent
ee43e924
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/install/installation.md
doc/install/installation.md
+4
-4
No files found.
doc/install/installation.md
View file @
e33aa232
...
@@ -190,10 +190,10 @@ See `doc/install/databases.md`
...
@@ -190,10 +190,10 @@ See `doc/install/databases.md`
cd /home/gitlab/gitlab
cd /home/gitlab/gitlab
# Checkout to stable release
# Checkout to stable release
sudo -u gitlab -H git checkout 4-
0
-stable
sudo -u gitlab -H git checkout 4-
1
-stable
**Note:**
**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!
do so with caution!
## Configure it
## Configure it
...
@@ -267,7 +267,7 @@ used for the `email.from` setting in `config/gitlab.yml`)
...
@@ -267,7 +267,7 @@ used for the `email.from` setting in `config/gitlab.yml`)
Download the init script (will be /etc/init.d/gitlab):
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
sudo chmod +x /etc/init.d/gitlab
Make GitLab start on boot:
Make GitLab start on boot:
...
@@ -308,7 +308,7 @@ If you can't or don't want to use Nginx as your web server, have a look at the
...
@@ -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:
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
sudo ln -s /etc/nginx/sites-available/gitlab /etc/nginx/sites-enabled/gitlab
Make sure to edit the config file to match your setup:
Make sure to edit the config file to match your setup:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment