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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
ef32e01b
Commit
ef32e01b
authored
Mar 28, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
69ef8140
d706805c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
22 deletions
+27
-22
doc/installation.md
doc/installation.md
+27
-22
No files found.
doc/installation.md
View file @
ef32e01b
## Platform requirements:
## Platform requirements:
**The project is designed for the Linux operating system.
**
**The project is designed for the Linux operating system.**
It may work on FreeBSD and Mac OS, but we don't test our application for these systems and can't guarantee stability and full functionality.
It may work on FreeBSD and Mac OS, but we don't test our application for these systems and can't guarantee stability and full functionality.
We officially support
next Linux D
istributions:
We officially support
(recent versions of) these Linux d
istributions:
-
Ubuntu
-
Ubuntu
Linux
-
Debian
-
Debian
/GNU Linux
It should work on:
It should work on:
-
Fedora
-
Fedora
-
CentOs
-
CentOs
-
Red
Hat
-
RedHat
It can work on
:
You might have some luck using these, but no guarantees
:
-
Mac
Os
-
Mac
OS X
-
FreeBSD
-
FreeBSD
It 100%
**wont**
work on Windows
Gitlab does
**not**
run on Windows and we have no plans of making Gitlab compatible.
## This installation guide created for Debian/Ubuntu and properly tested.
## This installation guide created for Debian/Ubuntu and properly tested.
The installation consists of 6 steps:
The installation consists of 6 steps:
1.
install packeges.
1.
Install packages / dependencies
2.
install ruby
2.
Install ruby
3.
install gitolite
3.
Install gitolite
4.
install gitlab and configuration. Check status configuration.
4.
Install and configure Gitlab.
5.
server up.
5.
Start the web front-end
6.
run resque process (for processing queue).
6.
Start a Resque worker (for background processing)
### IMPORTANT
Please make sure you have followed all the steps below before posting to the mailinglist with installation and configuration questions.
Only create a Github Issue if you want a specific part of this installation guide updated.
** Before submit an installation issue - please check if you followed all steps **
Also read the
[
Read this before you submit an issue
](
https://github.com/gitlabhq/gitlabhq/wiki/Read-this-before-you-submit-an-issue
)
wiki page.
> - - -
> - - -
> First 3 steps can be easily skipped with simply install script:
> First 3 steps can be easily skipped with simply install script:
...
@@ -57,6 +62,9 @@ The installation consists of 6 steps:
...
@@ -57,6 +62,9 @@ The installation consists of 6 steps:
sudo apt-get install -y git-core wget curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev libicu-dev redis-server openssh-server git-core python-dev python-pip sendmail
sudo apt-get install -y git-core wget curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev libicu-dev redis-server openssh-server git-core python-dev python-pip sendmail
# If you want to use MySQL:
sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev
# 2. Install ruby
# 2. Install ruby
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz
...
@@ -79,8 +87,6 @@ Create user for git:
...
@@ -79,8 +87,6 @@ Create user for git:
--home /home/git
\
--home /home/git
\
git
git
Create user for gitlab:
Create user for gitlab:
# ubuntu/debian
# ubuntu/debian
...
@@ -122,8 +128,7 @@ Permissions:
...
@@ -122,8 +128,7 @@ Permissions:
# if succeed you can remove it
# if succeed you can remove it
sudo rm -rf /tmp/gitolite-admin
sudo rm -rf /tmp/gitolite-admin
** IMPORTANT! If you cant clone `gitolite-admin` repository - DONT PROCEED INSTALLATION**
**IMPORTANT! If you cant clone `gitolite-admin` repository - DONT PROCEED INSTALLATION**
# 4. Install gitlab and configuration. Check status configuration.
# 4. Install gitlab and configuration. Check status configuration.
...
@@ -196,8 +201,8 @@ Application can be started with next command:
...
@@ -196,8 +201,8 @@ Application can be started with next command:
./resque.sh
./resque.sh
**
Ok - we have a working application now. **
**Ok - we have a working application now. **
**
But keep going - there are some thing that should be done **
**But keep going - there are some thing that should be done **
# Nginx && Unicorn
# Nginx && Unicorn
...
...
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