gitlab started but not listening
Created by: liutaihua
I install step by step at: doc/install/installation.md document.
at last execute /etc/init.d/gitlab start but there is no port listen from the gitlab. some process in running: 19x005 gitlab # ps -ef|grep ruby git 22623 1 1 18:44 ? 00:00:14 ruby19 /home/git/gitlab/vendor/bundle/ruby/1.9.1/bin/puma -C /home/git/gitlab/config/puma.rb git 22634 22623 0 18:44 ? 00:00:00 python2 /home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/gitlab-pygments.rb-0.3.2/lib/pygments/mentos.py git 22649 22639 0 18:44 pts/1 00:00:00 python2 /home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/gitlab-pygments.rb-0.3.2/lib/pygments/mentos.py
I look up the log, there is not error info.
my config: cat config/gitlab.yml production: &base
#1 (closed). GitLab app settings
==========================
GitLab settings
gitlab: ## Web server settings host: localhost port: 8989 https: false ......
OS: gentoo ruby: ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-linux] gem: 1.8.24