Changes between Version 152 and Version 153 of UserGuidelines/SAMBRO
- Timestamp:
- 10/08/19 13:57:57 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/SAMBRO
v152 v153 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 a. ALTERNATIVELY - if you have already installed the generic eden and want to change to SAMBRO, do this ... 71 i. using your preferred text editor (e.g. gedit or nano): 72 i. edit the file web2py/applications/eden/models/000_config.py 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. gedit, nano, so on): 72 i. edit the file ../web2py/applications/eden/models/000_config.py 73 {{{ 74 sudo nano ~//web2py/applications/eden/models/000_config.py 75 }}} 76 73 77 i. change settings.base.template = ("SAMBRO") 74 1. change directory to web2py/applications/eden/ and the command "clean" (without quotes) in your terminal command line 78 1. change directory to ../web2py/applications/eden/ and run the command "clean" (without quotes) in your terminal command line 79 {{{ 80 cd ~//web2py/applications/eden/ 81 clean 82 }}} 83 84 75 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 {{{ 87 cd ~//web2py/applications/eden/ 88 python web2py.py -a eden 89 }}} 90 1. Use the browser to check if it all works! 76 91 77 92 ==== Installation with own Git branch ====