Changes between Version 159 and Version 160 of UserGuidelines/SAMBRO


Ignore:
Timestamp:
10/09/19 00:23:03 (5 years ago)
Author:
Nuwan Waidyanatha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/SAMBRO

    v159 v160  
    6969   a. when asked - "What template should we use?" type "SAMBRO" (without the quotes)
    70701. 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):
    7472{{{
    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
    7675}}}
    77 
    78       i. change directory to ../web2py/applications/eden/ and run the command "clean" (without quotes) in your terminal command line
     76   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
    7978{{{
    8079cd ~/web2py/applications/eden/