Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-10-21 21:58:04 +0400
committergitlabhq <m@gitlabhq.com>2011-10-22 15:08:03 +0400
commit35d24b3928a0905d23e8e33bbc9a89d33fa0a480 (patch)
treeb92a91ed6057d6ccdcc4f642afec867855e866dd /README.rdoc
parent1c2660729003932183ec6c7973e4ee15192f99d7 (diff)
cleaning
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.rdoc b/README.rdoc
index 5e47b26922b..3e604a0f78b 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -36,18 +36,19 @@ sqlite as default db
echo "gitlabhq ALL = (git) NOPASSWD: /bin/rm" | sudo tee -a /etc/sudoers
sudo gem install bundler
+
bundle
- RAILS_ENV=production rake db:setup
+ bundle exec rake db:setup RAILS_ENV=production
# create admin user
# login....admin@local.host
# pass.....5iveL!fe
- RAILS_ENV=production rake db:seed_fu
+ bundle exec rake db:seed_fu RAILS_ENV=production
Install gitosis, edit conf/gitosis.yml & start server
- rails s
+ rails s -e production
== Install Gitosis
sudo aptitude install gitosis
@@ -65,6 +66,7 @@ Install gitosis, edit conf/gitosis.yml & start server
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