Skip to content

Instantly share code, notes, and snippets.

@premist
Created January 12, 2012 15:54
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save premist/1601244 to your computer and use it in GitHub Desktop.
Save premist/1601244 to your computer and use it in GitHub Desktop.
Installing GitLab on CentOS 6.2 (Part 2)
passwd gitlab
su gitlab
ssh git@localhost
su
curl http://python-distribute.org/distribute_setup.py | python
easy_install pip
pip install pygments
gem install bundler
vi /etc/sudoers
gem install ruby-debug19
gem install charlock_holmes
su gitlab
cd ~
git clone git://github.com/gitlabhq/gitlabhq.git
cd gitlabhq
bundle install
RAILS_ENV=production rake db:setup
RAILS_ENV=production rake db:seed_fu
sudo system-config-firewall-tui
Copy link

ghost commented Apr 14, 2012

Hi,

May I know what should I add or edit after vi /etc/sudoers ?

May I know what should I add or edit after vi ~/.gemrc ?

@premist
Copy link
Author

premist commented Apr 14, 2012

leekiangiap,
Thanks for comment. I used these code to my Korean post, so there are no comments.
Alternatively, you may get some information on this article :
http://wasil.org/en/gitlab-installation-on-fedora-16-with-gitolite

I'm also beginner on Linux, but thanks for many comments to my Gist.

@dlaxar
Copy link

dlaxar commented Jun 20, 2012

I've updated it a little bit and added a few missing things. It can be found at http://dlaxar.blogspot.co.at/2012/06/installing-gitlab-with-gitolite-on.html

@premist
Copy link
Author

premist commented Jun 22, 2012

dlaxar,
Thank you for great article!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment