Cant get Gitlab Running

Okay i followed these directions:


and

Im on a VPS server where the the VPS main domain is ns5.domain.com
i changed the external domain to git.domain.com

i have ran gitlab-ctl reconfigure mutliple times as root user to the point where it says: “Chef Client finished, 3/274 resources updated in 04 seconds
gitlab Reconfigured!”

Everytime now.

but still when i go to git.domain.com Gitlab doesnt show.

any help?

thanks in advance

now i have tried using this tutorial:

using the workhorse options

Now i atleast get a gitlab 502 error page. But no interface

okay looking at the error logs i got this:

[crit] 4070#0: *639 connect() to
unix:/var/opt/gitlab/gitlab-rails/sockets/gitlab.socket failed (13: Permission denied) while connecting to upstream

Looks like im a hot mess and dont know what the crap…

ok: run: gitlab-workhorse: (pid 26793) 1s
ok: run: logrotate: (pid 26803) 0s
timeout: run: postgresql: (pid 25939) 4083s
ok: run: redis: (pid 26943) 0s
timeout: run: sidekiq: (pid 2272) 3381s, got TERM
ok: run: unicorn: (pid 27104) 0s

tried this way to install https://github.com/gitlabhq/gitlab-recipes/blob/master/install/centos/README.md

But getting this after going through it

Git configured for git user? … no
Try fixing it:
sudo -u git -H “/usr/bin/git” config --global user.name “GitLab”
sudo -u git -H “/usr/bin/git” config --global user.email “example@example.com
sudo -u git -H “/usr/bin/git” config --global core.autocrlf “input”
For more information see:
doc/install/installation.md in section “GitLab”
Please fix the error above and rerun the checks.

Checking Environment … Finished

Checking GitLab Shell …

GitLab Shell version >= 2.0.1 ? … FAIL. Please update gitlab-shell to 2.0.1 from Unknown
Repo base directory exists? … no
/home/git/repositories/ is missing
Try fixing it:
This should have been created when setting up GitLab Shell.
Make sure it’s set correctly in config/gitlab.yml
Make sure GitLab Shell is installed correctly.
For more information see:
doc/install/installation.md in section “GitLab Shell”
Please fix the error above and rerun the checks.
Repo base directory is a symlink? … can’t check because of previous errors
Repo base owned by git:git? … can’t check because of previous errors
Repo base access is drwxrws—? … can’t check because of previous errors
Satellites access is drwxr-x—? … yes
hooks directories in repos are links: … can’t check, you have no projects
Running /home/git/gitlab-shell/bin/check
gitlab-shell self-check failed
Try fixing it:
Make sure GitLab is running;
Check the gitlab-shell configuration file:
sudo -u git -H editor /home/git/gitlab-shell/config.yml
Please fix the error above and rerun the checks.

Checking GitLab Shell … Finished

Checking Sidekiq …

Running? … yes
Number of Sidekiq processes … 1

Checking Sidekiq … Finished

Checking LDAP …

LDAP is disabled in config/gitlab.yml

Checking LDAP … Finished

Checking GitLab …

Database config exists? … yes
Database is SQLite … no
All migrations up? … yes
Database contains orphaned GroupMembers? … no
GitLab config exists? … yes
GitLab config outdated? … no
Log directory writable? … yes
Tmp directory writable? … yes
Init script exists? … yes
Init script up-to-date? … no
Try fixing it:
Redownload the init script
For more information see:
doc/install/installation.md in section “Install Init Script”
Please fix the error above and rerun the checks.
projects have namespace: … can’t check, you have no projects
Projects have satellites? … can’t check, you have no projects
Redis version >= 2.0.0? … yes
Ruby version >= 2.0.0 ? … yes (2.1.2)
Your git bin path is “/usr/bin/git”
Git version >= 1.7.10 ? … no
Try fixing it:
Update your git to a version >= 1.7.10 from Unknown
Please fix the error above and rerun the checks.

Checking GitLab … Finished