...
or is there is another way to start automatically nodejs  without  to use Supervisord?

On Fri, Dec 18, 2015 at 3:58 PM, Mic <mictadlo@gmail.com> wrote:
Hello,
I am using the latest stable Galaxy with PostgreSQL and Apache Proxy. I am trying to follow this instruction http://galaxy.readthedocs.org/en/master/admin/interactive_environments.html in order  to be able to setup IE (Rstudio and Ipython). However, I do not know how to setup automatically Supervisord for this command:

node $GALAXY_ROOT/lib/galaxy/web/proxy/js/main.js --ip 0.0.0.0 \
    --port 8800 --sessions $GALAXY_ROOT/database/session_map.sqlite \
    --cookie galaxysession --verbose
Thank you in advance
Mic