Changes between Version 159 and Version 160 of UserGuidelines/SAMBRO
- Timestamp:
- 10/09/19 00:23:03 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/SAMBRO
v159 v160 69 69 a. when asked - "What template should we use?" type "SAMBRO" (without the quotes) 70 70 1. ALTERNATIVELY - if you have already installed the default EDEN template and want to change it to the 'SAMBRO' template, do this ... 71 i. using your preferred text editor (e.g. [https://wiki.gnome.org/Apps/Gedit gedit], [https://help.ubuntu.com/community/Nano nano], [https://vitux.com/working-with-vi-editor-in-linux/ vi] or similar text editor): 72 i. edit the file ../web2py/applications/eden/models/000_config.py 73 i. change settings.base.template = ("SAMBRO") 71 a. using your preferred text editor (e.g. [https://wiki.gnome.org/Apps/Gedit gedit], [https://help.ubuntu.com/community/Nano nano], [https://vitux.com/working-with-vi-editor-in-linux/ vi] or similar text editor): 74 72 {{{ 75 sudo nano ~/web2py/applications/eden/models/000_config.py 73 ### edit the file ../web2py/applications/eden/models/000_config.py 74 sudo nano ~/web2py/applications/eden/models/000_config.py 76 75 }}} 77 78 i. change directory to ../web2py/applications/eden/ and run the command "clean" (without quotes) in your terminal command line76 a. find "settings.base.template" and change settings.base.template = ("SAMBRO") 77 a. change directory to ../web2py/applications/eden/ and run the command "clean" (without quotes) in your terminal command line 79 78 {{{ 80 79 cd ~/web2py/applications/eden/