Application that powers the monitoring backend of http://journeymonitor.com.
Please see ABOUT.md for more information.
Set up a development environment as described in this document.
Afterwards, follow these steps:
- From
infra/docker, rundocker-compose exec journeymonitor-monitor bash cd /opt/journeymonitor/monitor
Enjoy. Consider running most command via sudo -u www-data, because www-data is the owner of all files in
/opt/journeymonitor/monitor and the owner of the nginx and php-fpm processes.
Example:
cd /opt/journeymonitor/controlsudo -u www-data make test
Thanks to https://github.com/journeymonitor/infra/blob/master/puppet/modules/cronjobs/templates/etc/cron.d/journeymonitor-monitor.erb#L8, the testcases you add through the web UI will be executed regularly.
