Skip to content
Snippets Groups Projects

6 2 stable

Closed gitlab-qa-bot requested to merge 6-2-stable into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -91,8 +91,8 @@ Remove the old Ruby 1.8 if present
@@ -91,8 +91,8 @@ Remove the old Ruby 1.8 if present
Download Ruby and compile it:
Download Ruby and compile it:
mkdir /tmp/ruby && cd /tmp/ruby
mkdir /tmp/ruby && cd /tmp/ruby
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz | tar xz
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz | tar xz
cd ruby-2.0.0-p247
cd ruby-2.0.0-p353
./configure --disable-install-rdoc
./configure --disable-install-rdoc
make
make
sudo make install
sudo make install
@@ -122,7 +122,7 @@ GitLab Shell is an ssh access and repository management software developed speci
@@ -122,7 +122,7 @@ GitLab Shell is an ssh access and repository management software developed speci
cd gitlab-shell
cd gitlab-shell
# switch to right version
# switch to right version
sudo -u git -H git checkout v1.7.1
sudo -u git -H git checkout v1.7.9
sudo -u git -H cp config.yml.example config.yml
sudo -u git -H cp config.yml.example config.yml
@@ -153,10 +153,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
@@ -153,10 +153,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
cd /home/git/gitlab
cd /home/git/gitlab
# Checkout to stable release
# Checkout to stable release
sudo -u git -H git checkout 6-1-stable
sudo -u git -H git checkout 6-2-stable
**Note:**
**Note:**
You can change `6-1-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
You can change `6-2-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
## Configure it
## Configure it
Loading