...
The tutorials start with running a pre-configured Order Job:
- You will need to download and unpack the pre-configured tutorial files:
- Now unpack the tutorial files and copy them the to the JobScheduler's
live
folder. Thelive
folder is used to store all the objects - Jobs, Job Chains, Orders, etc. - used by the JobScheduler. Thelive
folder is a sub-folder of the JobScheduler's data directory.- Windows
- If JobScheduler was installed using the default paths then its data directory would likely be:
C:\ProgramData\sos-berlin.com\jobscheduler\myJobSchedulerID
- and you would copy the tutorial files to your
live
folder, e.g.C:\ProgramData\sos-berlin.com\jobscheduler\myJobSchedulerID\config\live
- Unix
- On Unix systems the JobScheduler's data directory could be the home directory for the current user:
~/sos-berlin.com/jobscheduler/myJobSchedulerID
- and you would copy the tutorial files to your
live
folder~/sos-berlin.com/jobscheduler/myJobSchedulerID/config/live
- Where
identifies the JobScheduler instance and is specified during installation.myJobSchedulerID
- Windows
...