Changes between Version 37 and Version 38 of UserGuidelines/SAFIRE
- Timestamp:
- 03/17/18 12:21:29 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/SAFIRE
v37 v38 65 65 [wiki:SpreadsheetImporter Spreadsheet upload] - the system administrator may upload several data records at once. 66 66 ==== Installing SAFIRE ==== 67 1. Follow the instructions for [wiki:InstallataionGuidelines/Linux/Server installing a Sahana Eden production server] (preferably on Debian, Cherokee platform with PostGIS) 68 1. Edit '''modules/000_config.py''' change 67 * Follow the instructions for [wiki:InstallataionGuidelines/Linux/Server installing a Sahana Eden production server] (preferably on Debian, Cherokee platform with PostGIS) 68 69 '''Installation script''' 70 71 72 73 '''Manually''' 74 * Edit '''modules/000_config.py''' change 69 75 {{{ 70 settings. template.name = ('SAFIRE')76 settings.base.template = "SAFIRE" 71 77 }}} 72 1.Migrate the database by running the commands in a terminal78 * Migrate the database by running the commands in a terminal 73 79 {{{ 74 # see /usr/local/bin for script80 # see /usr/local/bin for ''clean'' script 75 81 > sudo su 76 82 > clean