Categories | Question details Back To List | ||
Sorry to ask such a dumb question, but how do i install or setup the scheduler Answer posted by Alex (support) on Dec 08, 2009 08:22 Scheduler is a client-side application (javascript). But server-side scripts can be used to generate xml and save changes in the database. So, you just need to download the scheduler package and open its samples (html packages) in browser. It is better to open using http://... Answer posted by Stanislav (support) on Dec 08, 2009 10:03 The db related samples requires some extra steps a) db dump need to be used from common/dump.sql b) db connection configured in samples\01_initialization_loading\php\events.php |