Changes between Version 155 and Version 156 of UserGuidelines/SAMBRO
- Timestamp:
- 10/08/19 14:10:21 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/SAMBRO
v155 v156 68 68 a. https://github.com/sahana/eden_deploy/blob/master/configure-eden-cherokee-postgis.sh 69 69 a. when asked - "What template should we use?" type "SAMBRO" (without the quotes) 70 1. ALTERNATIVELY - if you have already installed the generic edenand 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):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], so on): 72 72 i. edit the file ../web2py/applications/eden/models/000_config.py 73 73 {{{ 74 sudo nano ~/ /web2py/applications/eden/models/000_config.py74 sudo nano ~/web2py/applications/eden/models/000_config.py 75 75 }}} 76 76 … … 78 78 1. change directory to ../web2py/applications/eden/ and run the command "clean" (without quotes) in your terminal command line 79 79 {{{ 80 cd ~/ /web2py/applications/eden/80 cd ~/web2py/applications/eden/ 81 81 clean 82 82 }}} … … 85 85 1. change the director to web2py/ and, in your terminal command line, run the command "python web2py.py -a eden" (without the quotes) to start 86 86 {{{ 87 cd ~/ /web2py/applications/eden/87 cd ~/web2py/applications/eden/ 88 88 python web2py.py -a eden 89 89 }}}