diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2011-12-05 19:54:53 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2011-12-05 19:54:53 +0200 |
commit | 3e581984fecca9ddfbed6082d8f6096c5ff48229 (patch) | |
tree | 6ee59386b2617636c495779e0d8220155ad8f2ca /README.md | |
parent | e14a0eb8d0d22215d5185e023d4c8e3bbe91168b (diff) | |
download | gitlab-ce-3e581984fecca9ddfbed6082d8f6096c5ff48229.tar.gz |
version updated, gitosis removed
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/README.md b/README.md index 12a0aba709c..48bbcc270b3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ GitLab is a free Project/Repository management application ## Application details rails 3.1 -works only with gitosis +works only with gitolite sqlite as default a database ## Requirements @@ -17,7 +17,7 @@ sqlite as default a database * ruby 1.9.2 * sqlite * git -* gitosis +* gitolite * ubuntu/debian * pygments lib - `sudo easy_install pygments` @@ -51,7 +51,7 @@ bundle exec rake db:setup RAILS_ENV=production bundle exec rake db:seed_fu RAILS_ENV=production ``` -Install gitosis, edit `config/gitlab.yml` and start server +Install gitolite (with repo umask 0007), edit `config/gitlab.yml` and start server ```bash bundle exec rails s -e production @@ -80,24 +80,9 @@ usermod -a -G git gitlabhq_user_name ### !!! IMPORTANT !!! Gitolite umask should be 0007 so users from git group has read/write access to repo -## Install Gitosis - -```bash -sudo aptitude install gitosis - - -ssh-keygen -t rsa - -sudo -H -u git gitosis-init < ~/.ssh/id_rsa.pub - -sudo chmod 755 /home/git/repositories/gitosis-admin.git/hooks/post-update - -cd /tmp && git clone git@localhost:gitosis-admin.git - -rm -rf gitosis-admin.git && cd - ``` + ## Install ruby 1.9.2 ```bash |