BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
35e0d7fe
Commit
35e0d7fe
authored
May 26, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4082 from bbodenmiller/patch-10
no need to download init and nginx files since they are in repo now
parents
8b883dc4
29a522cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
installation.md
doc/install/installation.md
+2
-2
No files found.
doc/install/installation.md
View file @
35e0d7fe
...
...
@@ -220,7 +220,7 @@ Make sure to update username/password in config/database.yml.
Download the init script (will be /etc/init.d/gitlab):
sudo c
url --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/5-2-stable/lib/support
/init.d/gitlab
sudo c
p lib/support/init.d/gitlab /etc
/init.d/gitlab
sudo chmod +x /etc/init.d/gitlab
Make GitLab start on boot:
...
...
@@ -261,7 +261,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 c
url --output /etc/nginx/sites-available/gitlab https://raw.github.com/gitlabhq/gitlabhq/5-2-stable/lib/support/nginx
/gitlab
sudo c
p lib/support/nginx/gitlab /etc/nginx/sites-available
/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:
...
...
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