Huh, I had a look at your gitlab.rb.
try to enable nginx
i-MSCP with Gitlab
-
- question (answered)
- exclusivatom
- Thread is marked as Resolved.
-
-
@Heppi,
I have nginx enabled now. Never had anything to do with the "wget" command. Can you tell me the exact order you want me to carry out? (" On a shell on your server try a wget of your port 8888.")I don't have a gitlab folder in /var/wwww/virtual/domain. de/ anymore.
My domains are:
http://dousy.de/
and
http://gitlab.dousy.de/ -
-
-
My domains are:
dousy.de/
and
gitlab.dousy.de/Yes, I know. You missed to delete some entries in your cfg
-
-
Yes, I know. You missed to delete some entries in your cfg
I don't really care right now, I just want it to work out...
when I execute the command, I get an error message.
Resolving the hostname >>localhost<<< 127.0.0.0.1,:: 1
Connection setup to localhost failed: Connection setup rejected.Gitlab is no longer installed when it feels as if it has been installed. But some files still exist.
-
Resolving the hostname >>localhost<<< 127.0.0.0.1,:: 1
my localhost only has 127.0.0.1 (two zeros)
and a simplegives 10kb. "Apache2 Debian Default Page" html.
-
-
HTML
- external_url 'https://git.domain_name.de'
- nginx['listen_address'] = 'localhost'
- nginx['listen_port'] = 8888
- nginx['listen_https'] = false
- gitlab_rails['gitlab_email_from'] = 'gitlab@git.domain_name.de'
- gitlab_rails['gitlab_email_display_name'] = 'Gitlab'
- gitlab_rails['gitlab_email_reply_to'] = 'gitlab@git.domain_name.de'
- #gitlab_rails['git_max_size'] = 1120971520
- #postgresql['shared_buffers'] = "384MB" # recommend value is 1/4 of total RAM, up to 14GB.
- #postgresql['shmall'] = 1048575
- nginx['enable'] = true
These are the only changed entries in my gitlab.rb. Nothing else is needed. (the commented are only to limit memory of gitlab)
Put this in a new gitlab.rb (mv the old) and restart gitlab. -
i got an index.html file 12kb.HTML- external_url 'https://git.domain_name.de'
- nginx['listen_address'] = 'localhost'
- nginx['listen_port'] = 8888
- nginx['listen_https'] = false
- gitlab_rails['gitlab_email_from'] = 'gitlab@git.domain_name.de'
- gitlab_rails['gitlab_email_display_name'] = 'Gitlab'
- gitlab_rails['gitlab_email_reply_to'] = 'gitlab@git.domain_name.de'
- #gitlab_rails['git_max_size'] = 1120971520
- #postgresql['shared_buffers'] = "384MB" # recommend value is 1/4 of total RAM, up to 14GB.
- #postgresql['shmall'] = 1048575
- nginx['enable'] = true
These are the only changed entries in my gitlab.rb. Nothing else is needed. (the commented are only to limit memory of gitlab)
Put this in a new gitlab.rb (mv the old) and restart gitlab.
i created a new gitlab.rb with this code and executed this command: "gitlab-ctl reconfigure".
http://gitlab.dousy.de is still not running. -
-
-
Now i have a sign_in file..
i have no idea..i also miss the "/gitlab/htdocs" folder
-