Changes between Version 19 and Version 20 of MakeProject


Ignore:
Timestamp:
Apr 11, 2008, 4:12:38 PM (16 years ago)
Author:
Christian Beer
Comment:

added second way to add cronjob

Legend:

Unmodified
Added
Removed
Modified
  • MakeProject

    v19 v20  
    2929{{{
    3030 0,5,10,15,20,25,30,35,40,45,50,55 * * * * PROJECT_HOME/bin/start --cron
     31}}}
     32   * '''or''' type this command to include the line above to your crontab automaticaly:
     33{{{
     34 $ crontab ~/projects/test/test.cronjob
    3135}}}
    3236(if cron cannot run 'start', try using a helper script to set the `PATH` and `PYTHONPATH` environment variables)