Author Topic: Install gitlab on subdomain  (Read 10857 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Install gitlab on subdomain
« on: May 23, 2015, 04:01:04 AM »
Hi Guys,
I need help with installing gitlab on a subdomain. I dont want to break CWP or use nginx. I want gitlab to use apache.
Kindly help

Offline
*
Re: Install gitlab on subdomain
« Reply #1 on: May 02, 2021, 12:06:28 AM »
Hello how are you,
I know it is an old topic but I am interested and since it does not have an answer I do not know if it got it ...
I need to install gitlab to a subdomain and I can't find how to install it
Thank you very much in advance

Offline
*****
Re: Install gitlab on subdomain
« Reply #2 on: May 05, 2021, 08:51:15 AM »
Hi, there. What exactly problem do you have?
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Install gitlab on subdomain
« Reply #3 on: May 05, 2021, 07:34:30 PM »
Hi, there. What exactly problem do you have?

I'm trying to install gitlab in CWP and I can't, I can't find how to install it either.

I appreciate in advance all the possible help

Offline
*****
Re: Install gitlab on subdomain
« Reply #4 on: May 09, 2021, 10:21:47 AM »
And you did not answer to the question... So, I going to try guessing.
Try to install it manually via SSH.
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Install gitlab on subdomain
« Reply #5 on: May 11, 2021, 08:00:46 PM »
And you did not answer to the question... So, I going to try guessing.
Try to install it manually via SSH.

Thanks for the attention,

The first thing is that I have CWP-Pro on a VPS with Centos 7.

https://about.gitlab.com/install/#centos-7

The first thing I do is follow the GitLab installation manual on Centos7

Add the GitLab package repository.

Code: [Select]
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash
Next, install the GitLab package.

Code: [Select]
yum install -y gitlab-ee
then I have modified the file "/etc/gitlab/gitlab.rb" with external_url 'https://gitlab.domain.com'

and I run gitlab-ctl reconfigure

and it does not work....


What I understand is that it has not been installed in the user's folder and that is why it does not work, or modify something else in CWP so that the subdomain "gitlab.domain.com" goes to the GitLab folder.

It is in this last step that I get lost.

Offline
*
Re: Install gitlab on subdomain
« Reply #6 on: May 22, 2021, 08:39:15 AM »
Hello again, nobody managed to install it and make it work for you?

Thank you very much in advance

Offline
*****
Re: Install gitlab on subdomain
« Reply #7 on: May 25, 2021, 05:01:10 AM »
your command "yum install -y gitlab-ee" does not make sense since the script doing that.
I would recommend you asking a compitent sysadmin, I guess you have a problem with yum and the script returned many errors which were ignored by you.
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services