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:
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 200977877bc..74ffe15aaf1 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -34,18 +34,19 @@ sqlite as default db
sudo easy_install pygments
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
@@ -63,6 +64,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