Changes between Version 112 and Version 113 of ConfigurationGuidelines
- Timestamp:
- 11/04/14 22:31:50 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigurationGuidelines
v112 v113 2 2 = Configuration Guidelines = 3 3 How to configure a new instance. 4 5 == Changing the Template == 6 To 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 10 sed-i '|template = "<OLD TEMPLATE>"|template = "<NEW TEMPLATE>"|' 11 /home/prod/eden/models/000_config.py 12 compile 13 14 # This will delete all current data and pre-populate from the new template 15 clean 16 }}} 4 17 5 18 == Switch to an alternate !GitHub repo ==