Skip to content
alfredwesterveld edited this page Sep 14, 2010 · 3 revisions

It’s pretty simple.

1. Make sure you have java (JRE/JDK) installed.
2. Download latest jar file from http://github.com/alfredwesterveld/java-scheduler/downloads
3. execute java -jar scheduler-1.0-SNAPSHOT-jar-with-dependencies.jar
4. Standard the server will be running at http://127.0.0.1:8888/
5. Next post URL of webhook and time in milliseconds from epoch when to run hook:
curl http://localhost:8888/scheduler/time -d "URL=http://192.168.2.2/test.php&time=5000"

output:
+OK on success.
6. curl http://localhost:8888/scheduler/stats to view some simple stats.
7. That are the basics. More info coming soon.

Clone this wiki locally