Skip to content
Snippets Groups Projects
Commit a0d1505d authored by Sebastian Rieger's avatar Sebastian Rieger
Browse files

added some install documentation, added debug output for cron job

parent 1445c54f
No related branches found
No related tags found
No related merge requests found
...@@ -34,4 +34,4 @@ Setup instructions ...@@ -34,4 +34,4 @@ Setup instructions
* "sudo crontab -e" add "*/5 * * * * /usr/bin/curl -o /var/log/virl-scheduler-cron.log http://localhost/virl-scheduler/api/cron.php" at the end of the file * "sudo crontab -e" add "*/5 * * * * /usr/bin/curl -o /var/log/virl-scheduler-cron.log http://localhost/virl-scheduler/api/cron.php" at the end of the file
* Have fun using the scheduler to start VIRL simulations automatically, by accessing /virl-scheduler on your VIRL host. Login using a VIRL username and password, be sure to add a Session name (simulation name) and a VIRL topology (XML source of a topology file) * Have fun using the scheduler to start VIRL simulations automatically, by accessing /virl-scheduler on your VIRL host. Login using a VIRL username and password, be sure to add a Session name (simulation name) and a VIRL topology (XML source of a topology file)
* output of the cron job can be seen in **/var/log/virl-scheduler-cron.log** or by accessing http://<VIRL-Host>/virl-scheduler/api/cron.php" manually in your browser * output of the cron job can be seen in **/var/log/virl-scheduler-cron.log** or by accessing http://VIRL-Host/virl-scheduler/api/cron.php" manually in your browser
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment