Commit cfa1b4c7f69e1480bab5cbc4cd81ca40436d0c3a

Authored by Vladimir Krylov
1 parent 9546c57f

new rubby version and fix of https://github.com/gitlabhq/gitlabhq/issues/326 issue

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
doc/debian_ubuntu.sh
... ... @@ -5,9 +5,9 @@ sudo apt-get upgrade
5 5  
6 6 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
7 7  
8   -wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz
9   -tar xfvz ruby-1.9.2-p290.tar.gz
10   -cd ruby-1.9.2-p290
  8 +wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.gz
  9 +tar xfvz ruby-1.9.3-p194.tar.gz
  10 +cd ruby-1.9.3-p194
11 11 ./configure
12 12 make
13 13 sudo make install
... ... @@ -30,7 +30,7 @@ sudo -H -u gitlab ssh-keygen -q -N '' -t rsa -f /home/gitlab/.ssh/id_rsa
30 30 cd /home/git
31 31 sudo -H -u git git clone git://github.com/gitlabhq/gitolite /home/git/gitolite
32 32  
33   -sudo -u git -H /home/git/gitolite/src/gl-system-install
  33 +sudo -u git -H sh -c "PATH=/home/git/bin:$PATH; /home/git/gitolite/src/gl-system-install"
34 34 sudo cp /home/gitlab/.ssh/id_rsa.pub /home/git/gitlab.pub
35 35 sudo chmod 777 /home/git/gitlab.pub
36 36  
... ...