Hi Angelos, can you post your site.cfg file? Also, if you want to check if your instance is actually up, you can try shutting down gunicorn: ./bin/supercisorctl stop gunicorn ./bin/supervisorctl worker and then start the worker in foreground: ./bin/worker fg
it should start up after a while. If not, there should be an error there that tells us what's the problem. Cheers, Mike On Fri, Sep 28, 2012 at 3:32 AM, Angelos Tzotsos <[email protected]> wrote: > Hi all, > > I am trying to setup a demo plumi site under an Ubuntu server. > > I tried to follow both [1] and [2]. To be honest I got a bit confused > between the two, but after some work I got to complete the buildout. > > After running "$sudo ./bin/supervisorctl status" I get to see that all > services are running but I cannot access http://localhost:8080/manage > > I am wondering if there is a problem with my site.cfg changes. I used > localhost for both transcoder and zope. > > Any ideas what might be wrong? > > Thanks, > Angelos > > [1] http://en.flossmanuals.net/plumi/ch025_installation/ > [2] https://github.com/plumi/plumi.app/blob/master/docs/INSTALL.txt > > -- > Angelos Tzotsos > Remote Sensing Laboratory > National Technical University of Athens > http://users.ntua.gr/tzotsos > > _______________________________________________ > Discuss mailing list > [email protected] > http://lists.plumi.org/listinfo/discuss _______________________________________________ Discuss mailing list [email protected] http://lists.plumi.org/listinfo/discuss
