It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
Howdy, Stranger!
It looks like you've been lurking for a while.
If you register, we also will remember what you have read and notify you about new comments. You will also be able to participate in discussions.
So if you'd like to get involved, register for an account, it'll only take you a minute!
apt-get remove apache2 apache2-bin apache2-data apache2-doc apache2-mpm-prefork apache2-utilsFor CentOS:
yum remove httpd httpd-toolsOnce you removed all the Apache related packages, you can actually proceed with GitLab. First you will need to install some repositories, which will be used to download and install GitLab.
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bashFor CentOS:
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bashAfter you add the required repositories, you can proceed with installation:
sudo EXTERNAL_URL="http://your.subdomain.com" apt-get install gitlab-eeFor CentOS:
sudo EXTERNAL_URL="http://your.subdomain.com" yum -y install gitlab-eeNote. Change "http://your.subdomain.com" with your domain/subdomain, which will be used to open GitLab.
Comments
Thank you for your tutorial
I Just end to installare gitlab in my subdomain but i font see It
could you perhaps open a ticket and provide more information, so that we could check the situation more.
i resolve increasing dimension of vps
PS this tutorial install Enterprise Edition non Community