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-7The first thing I do is follow the GitLab installation manual on Centos7
Add the GitLab package repository.
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash
Next, install the GitLab package.
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.