Changes between Version 6 and Version 7 of InstallationGuidelines/Linux/Server/CherokeePostgreSQL


Ignore:
Timestamp:
11/04/11 22:00:01 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Linux/Server/CherokeePostgreSQL

    v6 v7  
    548548sudo -H -u web2py python web2py.py -S eden -R applications/eden/static/scripts/tools/compile.py
    549549
     550# Schedule backups for 02:01 daily
     551echo "1 2   * * * * root    /usr/local/bin/backup" >> "/etc/crontab"
     552
    550553# Add Scheduler
    551554sed -i 's|exit 0|cd ~web2py \&\& python web2py.py -K eden -Q >/dev/null 2>\&1 \&|' /etc/rc.local