Changes between Version 6 and Version 7 of InstallationGuidelines/Linux/Server/CherokeePostgreSQL
- Timestamp:
- 11/04/11 22:00:01 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Server/CherokeePostgreSQL
v6 v7 548 548 sudo -H -u web2py python web2py.py -S eden -R applications/eden/static/scripts/tools/compile.py 549 549 550 # Schedule backups for 02:01 daily 551 echo "1 2 * * * * root /usr/local/bin/backup" >> "/etc/crontab" 552 550 553 # Add Scheduler 551 554 sed -i 's|exit 0|cd ~web2py \&\& python web2py.py -K eden -Q >/dev/null 2>\&1 \&|' /etc/rc.local