Hello. I'm a beginner in Linux and decided to create my own Ubuntu Server 
(ver. 13:10) to install gitlab on it.
I've tried to install gitlab a few times but it never worked.

My System:
 
System:        Ubuntu 13.10
Current User:    git
Using RVM:    no
Ruby Version:    2.1.1p76
Gem Version:    2.2.2
Bundler Version:1.6.2
Rake Version:    10.1.0
gitlab: 6.7.5
gitlab-shell: 1.9.1

I use the default ubuntu apache2 and mysql db.
I followed this guide: 
https://github.com/gitlabhq/gitlabhq/blob/6-7-stable/doc/install/installation.md
without "Nginx".

i changed all 4 config files to run githab with a subdirectory /gitlab






I am no expert so here some debug mesages:

sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production

http://pastebin.com/MevzWkV2

/home/git/gitlab-shell/config.yml:
http://pastebin.com/SdHgc9Zw

When i try to restart the gitlab service this happens (/etc/init.d/gitlab 
restart)
http://pastebin.com/bGBZdZm1

I added a proxypass to apache2 config:

> ProxyPass         /gitlab http://127.0.0.1:9242
> ProxyPassReverse  /gitlab http://127.0.0.1:9242
>
and a listen in unicorn.rb

>  listen "127.0.0.1:9242"
>

When i try to connect with a browser i get an 503 - service unavailable 
error

This is the unicorn.stderr.log:
http://pastebin.com/EBkYdS16

I would be very grateful if you could give me a hint how to fix this.
If you need any log files, feel free to ask me.

Regards,
Marcel

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to