Skip to content

Commit

Permalink
switch gitlab-shell to correct version
Browse files Browse the repository at this point in the history
a gitlab:check does say that you need v1.1.0 of gitlab-shell...
  • Loading branch information
Finkregh committed Mar 28, 2013
1 parent 4606380 commit 6a09b21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/install/installation.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ GitLab Shell is a ssh access and repository management software developed specia
git clone https://github.com/gitlabhq/gitlab-shell.git git clone https://github.com/gitlabhq/gitlab-shell.git


cd gitlab-shell cd gitlab-shell

# switch to right version for v5.0
git checkout v1.1.0
git checkout -b v1.1.0

cp config.yml.example config.yml cp config.yml.example config.yml


# Edit config and replace gitlab_url # Edit config and replace gitlab_url
Expand Down

0 comments on commit 6a09b21

Please sign in to comment.