Changes between Version 173 and Version 174 of UserGuidelines/SAMBRO
- Timestamp:
- 11/02/19 05:36:59 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/SAMBRO
v173 v174 78 78 settings.base.template = ("SAMBRO") 79 79 80 /** for other specific templates ; e.g.80 /** for other specific templates or sub templates you may use the extension; e.g. 81 81 /** Myanmar : settings.base.template = ("SAMBRO", "SAMBRO.MM") 82 82 /** Philippines: settings.base.template = ("SAMBRO", "SAMBRO.MV") 83 83 /** Philippines: settings.base.template = ("SAMBRO", "SAMBRO.PH") 84 84 /** AlertHub: settings.base.template = ("SAMBRO", "SAMBRO.AlertHub") 85 /** To view all sub templates see code files and folders: https://github.com/sahana/eden/tree/master/modules/templates/SAMBRO 85 86 /** 86 87 87 /** change directory to ../web2py/applications/eden/ 88 88 cd ~/web2py/applications/eden/ 89 89 90 /** and run the command "clean" (without quotes) in your terminal command line; as a sudoer and then exit out of sudo su90 /** and run the command "clean" (without quotes) in your terminal command line; as a sudoer (may prompt for the password) and then exit out of sudoer; copy paste each of the commands below 91 91 sudo su 92 92 clean