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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
cdf95f1c
Commit
cdf95f1c
authored
Feb 15, 2013
by
Axilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added relative urls to other documentation files, removed duplicate debian update commands
parent
46f7b7c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
14 deletions
+11
-14
doc/install/installation.md
doc/install/installation.md
+11
-14
No files found.
doc/install/installation.md
View file @
cdf95f1c
This installation guide was created for Debian/Ubuntu and tested on it.
Please read
`doc/install/requirements.md`
for hardware and platform requirements.
Please read
[
`doc/install/requirements.md`
](
./requirements.md
)
for hardware and platform requirements.
**Important Note:**
...
...
@@ -8,12 +8,13 @@ The following steps have been known to work.
If you deviate from this guide, do it with caution and make sure you don't
violate any assumptions GitLab makes about its environment.
For things like AWS installation scripts, init scripts or config files for
alternative web server have a look at the "Advanced Setup Tips" section.
alternative web server have a look at the
[
`Advanced Setup
Tips`
](
./installation.md#advanced-setup-tips
)
section.
**Important Note:**
If you find a bug/error in this guide please submit an issue or pull request
following the
contribution guide (see
`CONTRIBUTING.md`
).
following the
[
`contribution guide`
](
../../CONTRIBUTING.md
)
.
- - -
...
...
@@ -32,16 +33,13 @@ The GitLab installation consists of setting up the following components:
# 1. Packages / Dependencies
`sudo`
is not installed on Debian by default.
If you don't have it you'll need
to install it firs
t.
`sudo`
is not installed on Debian by default.
Make sure your system is
up-to-date and install i
t.
# run as root
apt-get update && apt-get upgrade && apt-get install sudo
Make sure your system is up-to-date:
sudo apt-get update
sudo apt-get upgrade
apt-get update
apt-get upgrade
apt-get install sudo
**Note:**
Vim is an editor that is used here whenever there are files that need to be
...
...
@@ -111,10 +109,9 @@ Create a `git` user for Gitlab:
./bin/install
# 5. Database
To setup the MySQL/PostgreSQL database and dependencies please see
[
`doc/install/databases.md`
](
./databases.md
)
.
To setup the MySQL/PostgreSQL database and dependencies please see
[
`doc/install/databases.md`
](
./databases.md
)
.
# 6. GitLab
...
...
@@ -229,7 +226,7 @@ However there are still a few steps left.
**Note:**
If you can't or don't want to use Nginx as your web server, have a look at the
"Advanced Setup Tips"
section.
[
`Advanced Setup Tips`
](
./installation.md#advanced-setup-tips
)
section.
## Installation
sudo apt-get install nginx
...
...
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