Skip to content
Snippets Groups Projects

CentOS 6.4 install GitLab 6 0 stable ssh Auth fail

Closed gitlab-qa-bot requested to merge 6-0-stable into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -122,7 +122,7 @@ GitLab Shell is a ssh access and repository management software developed specia
cd gitlab-shell
# switch to right version
sudo -u git -H git checkout v1.7.0
sudo -u git -H git checkout v1.7.1
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
cd /home/git/gitlab
# Checkout to stable release
sudo -u git -H git checkout 5-4-stable
sudo -u git -H git checkout 6-0-stable
**Note:**
You can change `5-4-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
You can change `6-0-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
## Configure it
@@ -232,10 +232,10 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
sudo gem install charlock_holmes --version '0.6.9.4'
# For MySQL (note, the option says "without ... postgres")
sudo -u git -H bundle install --deployment --without development test postgres unicorn aws
sudo -u git -H bundle install --deployment --without development test postgres aws
# Or for PostgreSQL (note, the option says "without ... mysql")
sudo -u git -H bundle install --deployment --without development test mysql unicorn aws
sudo -u git -H bundle install --deployment --without development test mysql aws
## Initialize Database and Activate Advanced Features
Loading