Changes between Version 37 and Version 38 of UserGuidelines/SAFIRE


Ignore:
Timestamp:
03/17/18 12:21:29 (7 years ago)
Author:
Nuwan Waidyanatha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/SAFIRE

    v37 v38  
    6565[wiki:SpreadsheetImporter Spreadsheet upload] - the system administrator may upload several data records at once.
    6666==== 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
    6975{{{
    70 settings.template.name = ('SAFIRE')
     76settings.base.template = "SAFIRE"
    7177}}}
    72 1. Migrate the database by running the commands in a terminal
     78* Migrate the database by running the commands in a terminal
    7379{{{
    74 # see /usr/local/bin for script
     80# see /usr/local/bin for ''clean'' script
    7581> sudo su
    7682> clean