Hi,
I'm need to UI web interface for git with ability to give different 
permission to different users to the same repository.
 
I start to install GitLab from page:  https://about.gitlab.com/downloads/ 
The instruction for CentOS 6 are:

sudo yum install openssh-server

sudo yum install postfix
sudo yum install cronie
sudo service postfix start
sudo chkconfig postfix on
sudo lokkit -s http -s ssh

curl -O 
https://downloads-packages.s3.amazonaws.com/centos-6.6/gitlab-7.7.2_omnibus.5.4.2.ci-1.el6.x86_64.rpm
sudo rpm -i gitlab-7.7.2_omnibus.5.4.2.ci-1.el6.x86_64.rpm

 

sudo gitlab-ctl reconfigure

 
 When I go to the browser I get the Apache test page, which I had installed 
on my server.
How can I get the GitLab page?

 Also GitLab installed under /opt. 
can I change the default path?

Any help is welcome
 

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/2d82cd5f-a58f-44c9-aa8b-682427caa29e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to