Changes between Version 147 and Version 148 of UserGuidelines/SAMBRO
- Timestamp:
- 12/01/17 11:40:13 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/SAMBRO
v147 v148 64 64 1. [http://eden.sahanafoundation.org/wiki/UserGuidelines/SAMBRO/Implement#SettingupFacebookAccount Setting up the facebook account] 65 65 === System Administrators === 66 ==== Quick installation ==== 67 1. run script: 68 a. https://github.com/sahana/eden_deploy/blob/master/configure-eden-cherokee-postgis.sh 69 a. when asked - "What template should we use?" type "SAMBRO" (without the quotes) 70 1. using your preferred text editor (e.g. gedit or nano): 71 a. edit the file web2py/applications/eden/models/000_config.py 72 a. change settings.base.template = ("SAMBRO") 73 1. change directory to web2py/applications/eden/ and the command "clean" (without quotes) in your terminal command line 74 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 75 76 ==== Installation with own Git branch ==== 77 66 78 Steps for '''INSTALLING''' your SAMBRO instance 67 79 1. ''[OPTIONAL]'' [http://eden.sahanafoundation.org/wiki/ConfigurationGuidelines#SwitchtoanalternateGitHubrepo Branch] an instance of the Sahana Eden code to a new github repository of your own. This would allow you to manage your own customized implementation such as with changing the theme. Ohterwise, ignore this step and pull the code from the main github repository; explained in the subsequent step.