Changes between Version 106 and Version 107 of ConfigurationGuidelines


Ignore:
Timestamp:
01/07/14 14:27:52 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigurationGuidelines

    v106 v107  
    22= Configuration Guidelines =
    33How to configure a new instance.
     4
     5== Switch to an alternate !GitHub repo ==
     6If you wish to update your site from an alternate github repo this can be done using:
     7{{{
     8cd ~web2py/applications/eden
     9git remote set-url origin git@github.com:username/eden.git
     10}}}
     11(replace 'username' & 'eden' as-required)
    412
    513== File Permissions ==
     
    149157  * USA L1-L2: http://www2.census.gov/cgi-bin/shapefiles/national-files
    150158
    151 == Enable Scheduled Tasks ==
    152 Edit cron/crontab to enable sending of emails & SMS:
    153 {{{
    154 # Send outgoing emails every 5 minutes
    155 */5   *       *       *       *       root *msg/process_email_via_api
    156 # Send outgoing SMS every 5 minutes
    157 */5   *       *       *       *       root *msg/process_sms_via_api
    158 }}}
    159 
    160159== Ticket Viewer ==
    161160Add the following to {{{routes.py}}} of your web2py installation for pretty error pages & the ability to view Tickets.
     
    205204 * amend {{{views/footer.html}}}
    206205
    207 DeveloperGuidelinesThemes
     206DeveloperGuidelines/Themes
    208207
    209208== Internet Hosting ==