Changes between Version 160 and Version 161 of UserGuidelines/SAMBRO
- Timestamp:
- 10/09/19 00:26:30 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/SAMBRO
v160 v161 71 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): 72 72 {{{ 73 ###edit the file ../web2py/applications/eden/models/000_config.py73 /** edit the file ../web2py/applications/eden/models/000_config.py 74 74 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 75 83 }}} 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 line78 {{{79 cd ~/web2py/applications/eden/80 clean81 }}}82 83 84 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 84 85 {{{