Welcome to the Jobly interactive demo
For the Jobly documentation and additional examples, visit: jobly.dannyb.co
Goodbye.

Steps
Jobly Demo
Welcome
Please wait while Jobly is being installed.
Say hello to Jobly:
jobly
Create an initial jobs workspace:
jobly init test
cd test
Start jobly server in the background:
nohup jobly server &
Start jobly worker in the background:
nohup jobly worker &
Visit the dashboard:
Send a job to the server:
jobly send Ping
Send a few more jobs, with parameters:
jobly send Hello name:Lloyd
jobly send Hello name:Harry
View the Ping job's source code:
cat jobs/ping.rb