Changes between Version 160 and Version 161 of UserGuidelines/SAMBRO


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/SAMBRO

    v160 v161  
    7171   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):
    7272{{{
    73    ### edit the file ../web2py/applications/eden/models/000_config.py 
     73   /** edit the file ../web2py/applications/eden/models/000_config.py 
    7474   sudo nano ~/web2py/applications/eden/models/000_config.py
     75
     76   /** find "settings.base.template" and change settings.base.template = ("SAMBRO")
     77   settings.base.template = ("SAMBRO")
     78   /** save and close the file
     79   /** change directory to ../web2py/applications/eden/
     80   cd ~/web2py/applications/eden/
     81   /** and run the command "clean" (without quotes) in your terminal command line
     82   clean
    7583}}}
    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
    78 {{{
    79 cd ~/web2py/applications/eden/
    80 clean
    81 }}}
    82 
    83841. change the director to web2py/ and, in your terminal command line, run the command "python web2py.py -a eden" (without the quotes) to start
    8485{{{