I am struggling to find a proper solution to this. So, well, I have a dedicated server with Hostgator running Cent OS. I have followed the instructions here and done the following things:
curl -O https://downloads-packages.s3.amazonaws.com/centos-6.6/gitlab-7.6.2_omnibus.5.3.0.ci.1-1.el6.x86_64.rpm
sudo yum install openssh-server
sudo yum install postfix
sudo yum install cronie
sudo service postfix start
sudo chkconfig postfix on
sudo rpm -i gitlab-7.6.2_omnibus.5.3.0.ci.1-1.el6.x86_64.rpm
I have done all of this things in my root directory. Now, this might seem a very stupid question, but what I am trying to understand is 2 things:
- How do I access the front-end? On what url by default it should be available?
- Would it be possible to get it up on sub-domain?
I have followed many links but didn't clearly understand any of those, just adding a few links from SO for reference:
- How to configure GitLab as a subdomain in nginix.conf
- How to change URL of a working GitLab install?
- Install GitLab on Subdomain
Now, this could be a very simple question, but I believe I am struggling with the basics here and any help here would be really appreciated.