Changes between Version 60 and Version 61 of ConfigurationGuidelines


Ignore:
Timestamp:
06/19/10 09:54:59 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigurationGuidelines

    v60 v61  
    122122  * [wiki:HaitiGISToDo#LoadGISdata Haiti example]
    123123  * USA L1-L2: http://www2.census.gov/cgi-bin/shapefiles/national-files
     124
    124125=== Roles ===
    125126By default the 1st user to register will gain the Administrator role.
     
    131132Security policy is configured in {{{models/zzz.py}}}
    132133
    133 === {{{favicon.ico}}} & {{{robots.txt}}} ===
    134 These can be provided via 2 different means:
    135  * mod_rewrite
    136  * {{{web2py/routes.py}}}: copy {{{routes.example.py}}} & edit
    137 
    138 === Themes ===
    139 Ensure these files are writable by the webserver:
    140 {{{
    141 chown www-data /path/to/web2py/applications/sahana/static/scripts/tools
    142 chown www-data /path/to/web2py/applications/sahana/static/styles/S3/sahana.css
    143 chown www-data /path/to/web2py/applications/sahana/static/styles/S3/sahana.min.css
    144 }}}
    145 Colour scheme:
    146  * select using Admin Panel
    147 
    148 Logo:
    149  * copy new logo to {{{static/img}}}
    150  * point to this using Admin Panel
    151 
    152 Footer:
    153  * copy new footer to {{{views/}}}
    154  * point to this using Admin Panel
    155 
    156 DeveloperGuidelinesThemes
    157 
    158 === Error pages ===
    159 Add the following to {{{routes.py}}} of your web2py installation for pretty error pages.
     134=== Ticket Viewer ===
     135Add the following to {{{routes.py}}} of your web2py installation for pretty error pages & the ability to view Tickets.
    160136 * copy from {{{routes.example.py}}}, if one doesn't yet exist.
    161137
     
    168144}}}
    169145
    170 
     146=== {{{favicon.ico}}} & {{{robots.txt}}} ===
     147These can be provided via 2 different means:
     148 * mod_rewrite
     149 * {{{web2py/routes.py}}}: copy {{{routes.example.py}}} & edit
     150
     151=== Themes ===
     152Ensure these files are writable by the webserver:
     153{{{
     154chown www-data /path/to/web2py/applications/sahana/static/scripts/tools
     155chown www-data /path/to/web2py/applications/sahana/static/styles/S3/sahana.css
     156chown www-data /path/to/web2py/applications/sahana/static/styles/S3/sahana.min.css
     157}}}
     158Colour scheme:
     159 * select using Admin Panel
     160
     161Logo:
     162 * copy new logo to {{{static/img}}}
     163 * point to this using Admin Panel
     164
     165Footer:
     166 * copy new footer to {{{views/}}}
     167 * point to this using Admin Panel
     168
     169DeveloperGuidelinesThemes
    171170
    172171=== Internet Hosting ===