Changes between Version 155 and Version 156 of UserGuidelines/SAMBRO


Ignore:
Timestamp:
10/08/19 14:10:21 (5 years ago)
Author:
Nuwan Waidyanatha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/SAMBRO

    v155 v156  
    6868   a. https://github.com/sahana/eden_deploy/blob/master/configure-eden-cherokee-postgis.sh
    6969   a. when asked - "What template should we use?" type "SAMBRO" (without the quotes)
    70 1. ALTERNATIVELY - if you have already installed the generic eden 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], so on):
     701. 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], so on):
    7272      i. edit the file ../web2py/applications/eden/models/000_config.py 
    7373{{{
    74 sudo nano ~//web2py/applications/eden/models/000_config.py
     74sudo nano ~/web2py/applications/eden/models/000_config.py
    7575}}}
    7676
     
    78781. change directory to ../web2py/applications/eden/ and run the command "clean" (without quotes) in your terminal command line
    7979{{{
    80 cd ~//web2py/applications/eden/
     80cd ~/web2py/applications/eden/
    8181clean
    8282}}}
     
    85851. change the director to web2py/ and, in your terminal command line, run the command "python web2py.py -a eden" (without the quotes) to start
    8686{{{
    87 cd ~//web2py/applications/eden/
     87cd ~/web2py/applications/eden/
    8888python web2py.py -a eden
    8989}}}