Hi everybody; I'm tried install gitlab service on Centos 6.5 following this tutorial https://github.com/gitlabhq/gitlab-recipes/tree/master/install/centos I think it install correctly below output when i checking service bundle exec rake gitlab:check RAILS_ENV=production But when i try to connect gitlab server [xxx@xxx xxx]$ curl -k http://127.0.0.1:8080 <html><body>You are being <a href="http://127.0.0.1:8080/users/sign_in">redirected</a>.</body></html>
then [xxx@xxx xxx]$ curl -k http://127.0.0.1:8080/users/sign_in curl: (52) Empty reply from server with issue Init script up-to-date? ... no I have updated lastest init script from https://raw.github.com/gitlabhq/gitlab-recipes/master/init/sysvinit/centos/gitlab-unicorn How can I solve this issue? Many thanks, VA Checking Environment ... > > >> Git configured for git user? ... yes > > Has python2? ... yes > > python2 is supported version? ... yes > > >> Checking Environment ... Finished > > >> Checking GitLab Shell ... > > >> GitLab Shell version >= 1.7.9 ? ... OK (1.8.0) > > Repo base directory exists? ... yes > > Repo base directory is a symlink? ... no > > Repo base owned by git:git? ... yes > > Repo base access is drwxrws---? ... yes > > update hook up-to-date? ... yes > > update hooks in repos are links: ... can't check, you have no projects > > Running /home/git/gitlab-shell/bin/check > > Check GitLab API access: OK > > Check directories and files: > > /home/git/repositories: OK > > /home/git/.ssh/authorized_keys: OK > > Test redis-cli executable: redis-cli 2.7.106 > > Send ping to redis server: PONG > > gitlab-shell self-check successful > > >> 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 > > 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 > > Your git bin path is "/usr/bin/git" > > Git version >= 1.7.10 ? ... yes (1.8.3) > > >> Checking GitLab ... Finished > > -- 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/groups/opt_out.
