Update To Gitolite - Hopebaytech/gitlabhq GitHub Wiki
Update gitlab to gitolite
- get latest code from master
- Backup /home/git/repositories
- Setup gitolite with repository $REPO_UMASK = 0007 by editing the .gitolite.rc file for the Gitolite user
- Restore repositories dir
- Run
chmod -R 770 repositories/ for imported repositories
- Run
chown -R git:git repositories/ for imported repositories
- Edit
gitlab.yml with right config
- run
bundle exec rake gitolite_rebuild RAILS_ENV=production. this will recreate all users & projects at gitolite config