Changes between Version 112 and Version 113 of ConfigurationGuidelines


Ignore:
Timestamp:
11/04/14 22:31:50 (10 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigurationGuidelines

    v112 v113  
    22= Configuration Guidelines =
    33How to configure a new instance.
     4
     5== Changing the Template ==
     6To change the instance's Sahana [wiki:DeveloperGuidelines/Templates template]:
     7{{{
     8# Initially <OLD TEMPLATE> = default
     9# You can also edit the config file directly: /home/prod/eden/models/000_config.py
     10sed-i '|template = "<OLD TEMPLATE>"|template = "<NEW TEMPLATE>"|'
     11/home/prod/eden/models/000_config.py
     12compile
     13
     14# This will delete all current data and pre-populate from the new template
     15clean
     16}}}
    417
    518== Switch to an alternate !GitHub repo ==