Changes between Version 106 and Version 107 of ConfigurationGuidelines
- Timestamp:
- 01/07/14 14:27:52 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigurationGuidelines
v106 v107 2 2 = Configuration Guidelines = 3 3 How to configure a new instance. 4 5 == Switch to an alternate !GitHub repo == 6 If you wish to update your site from an alternate github repo this can be done using: 7 {{{ 8 cd ~web2py/applications/eden 9 git remote set-url origin git@github.com:username/eden.git 10 }}} 11 (replace 'username' & 'eden' as-required) 4 12 5 13 == File Permissions == … … 149 157 * USA L1-L2: http://www2.census.gov/cgi-bin/shapefiles/national-files 150 158 151 == Enable Scheduled Tasks ==152 Edit cron/crontab to enable sending of emails & SMS:153 {{{154 # Send outgoing emails every 5 minutes155 */5 * * * * root *msg/process_email_via_api156 # Send outgoing SMS every 5 minutes157 */5 * * * * root *msg/process_sms_via_api158 }}}159 160 159 == Ticket Viewer == 161 160 Add the following to {{{routes.py}}} of your web2py installation for pretty error pages & the ability to view Tickets. … … 205 204 * amend {{{views/footer.html}}} 206 205 207 DeveloperGuidelines Themes206 DeveloperGuidelines/Themes 208 207 209 208 == Internet Hosting ==