Eu não sei o que fazer, executei o script para iniciar o Gitlab, que diz "serviço GitLab reiniciado", mas não é: não consigo acessá-lo pelo meu navegador nem a porta é aberta quando eu ligo netstat -tuplen | grep 8080
(modifiquei a porta em gitlab.yml
para 8080 porque o Apache já está em execução em 80).
Eu dei uma olhada nos arquivos de log (todos eles) e nada aconteceu.
Eu forcei o início manualmente chamando:
RAILS_ENV=production bundle exec rake sidekiq:stop
então
RAILS_ENV=production bundle exec rake sidekiq:start
Ainda não há porta aberta no 8080!
Se eu chamar um cheque ( bundle exec rake gitlab:check RAILS_ENV=production
), aqui está o resultado:
Checking Environment ...
Git configured for gitlab user? ... yes
Has python2? ... yes
python2 is supported version? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 1.4.0 ? ... OK (1.4.0)
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by gitlab:gitlab? ... yes
Repo base access is drwxrws---? ... yes
post-receive hook up-to-date? ... yes
post-receive hooks in repos are links: ... can't check, you have no projects
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... yes
Checking Sidekiq ... 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 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.7.10)
Checking GitLab ... Finished
Para informações:
sudo
, e o script precisa de sudo
, substituí a linha usando sudo
por: su -c "bash -l -c \"$1\"" -s /bin/sh $APP_USER
gitlab
(em vez de git
) porque o usuário git
já estava presente gitlab.yml
/home/gitlab
em vez de /home/git
, mas atualizei os arquivos de configuração de acordo ( gitlab.yml
e config.yml
de gitlab-shell
) Também atualizei as alterações no script de inicialização
Eu tentei executar o Gitlab com o master e o 5-2-stable.
Se eu der uma olhada no log do sidekiq, nada parece anormal:
2013-06-13T11:39:33Z 30287 TID-2nuf0 INFO: Booting Sidekiq 2.11.1 using redis://localhost:6379 with options {:namespace=>"resque:gitlab"}
2013-06-13T11:39:34Z 30287 TID-2nuf0 INFO: Running in ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-linux]
2013-06-13T11:39:34Z 30287 TID-2nuf0 INFO: See LICENSE and the LGPL-3.0 for licensing details.
2013-06-13T11:39:34Z 30287 TID-2nuf0 INFO: Starting processing, hit Ctrl-C to stop
Eu não sei mais o que mostrar ou fazer. Obrigado pela sua ajuda!
Tags debian