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
Boxiang Sun
gitlab-ce
Commits
98b84166
Commit
98b84166
authored
Jun 06, 2012
by
Valeriy Sizov
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #898 from kritik/patch-1
new ruby version and fix of Ubuntu
parents
9546c57f
cfa1b4c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/debian_ubuntu.sh
doc/debian_ubuntu.sh
+4
-4
No files found.
doc/debian_ubuntu.sh
View file @
98b84166
...
...
@@ -5,9 +5,9 @@ sudo apt-get upgrade
sudo
apt-get
install
-y
git git-core wget curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline-gplv2-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev libicu-dev redis-server openssh-server python-dev python-pip
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.
2-p290
.tar.gz
tar
xfvz ruby-1.9.
2-p290
.tar.gz
cd
ruby-1.9.
2-p290
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.
3-p194
.tar.gz
tar
xfvz ruby-1.9.
3-p194
.tar.gz
cd
ruby-1.9.
3-p194
./configure
make
sudo
make
install
...
...
@@ -30,7 +30,7 @@ sudo -H -u gitlab ssh-keygen -q -N '' -t rsa -f /home/gitlab/.ssh/id_rsa
cd
/home/git
sudo
-H
-u
git git clone git://github.com/gitlabhq/gitolite /home/git/gitolite
sudo
-u
git
-H
/home/git/gitolite/src/gl-system-install
sudo
-u
git
-H
sh
-c
"PATH=/home/git/bin:
$PATH
; /home/git/gitolite/src/gl-system-install"
sudo cp
/home/gitlab/.ssh/id_rsa.pub /home/git/gitlab.pub
sudo chmod
777 /home/git/gitlab.pub
...
...
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