I have successfully installed Gitorious Community Edition, but it will not open in browser.
+- Your installation of Gitorious Community Edition is complete. +- Open https://gitserver.company.com/ in your browser to start. +- Log in as admin with "admin" / "g1torious" as credentials. +- This script is created and supported by Gitorious AS. +- For professional support contact us at [email protected] +- http://gitorious.com I have checked the log files under /var/log/gitorious, /var/log/nginx, but I could not find any reason for it not to be working. I followed the Community Edition installer http://getgitorious.com/installer According to the installer tutorial I should be getting the following message after a successful install: Database created. -------------------- Your installation of Gitorious Community Edition is complete. This installer is created and maintained by Gitorious AS under the GPL3 license. For professional, long-term support, please consider Gitorious Enterprise Edition. http://gitorious.com -------------------- Done. Please reboot the server. I have rebooted the server, and still the web site is not accessible. Looks like nginx isn't running: [root@gitserver ~]# /usr/bin/gitoriousctl status gitorious-archiver: up gitorious-http-backend: up memcached: down mysqld: down nginx: down postfix: up redis: down gitorious-sphinx: up gitorious-web: up gitorious-workers: up However starting nginx solves nothing: [root@gitserver ~]# /etc/init.d/nginx status nginx is stopped [root@gitserver ~]# /etc/init.d/nginx start Starting nginx: I even tried starting all the other services that where down. Even tried restarting gitorious and still it is not accessible in my browser. [root@gitserver ~]# /usr/bin/gitoriousctl restart gitorious-archiver: restarted gitorious-http-backend: restarted memcached: restarted mysqld: restarted nginx: restarted postfix: restarted redis: restarted gitorious-sphinx: restarted gitorious-web: restarted gitorious-workers: restarted -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" 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.
