Scheduler
./install.sh # Create directories for logging, config and data
# If supervisord isn't already going, start it
supervisord -c supervisord.conf
# We can use the following commands to get status, start, stop, restart
supervisorctl status
supervisorctl start all
supervisorctl restart all
supervisorctl stop all
# These commands must all be run from the root directory
You can also use the supervisorctl
shell.
$ supervisorctl
> help
- When running with supervisor, output from the server is redirected to logs in
/var/log/faleiro/
. cd /var/log/faleiro/; grc tail -f stdout.log
to follow
- Visit http://10.144.144.21:9001/ (or whichever scheduler you'd like to check out)
- Log in with faleiro:faleiro for username:password