Changes between Version 147 and Version 148 of UserGuidelines/SAMBRO


Ignore:
Timestamp:
12/01/17 11:40:13 (7 years ago)
Author:
Nuwan Waidyanatha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/SAMBRO

    v147 v148  
    64641. [http://eden.sahanafoundation.org/wiki/UserGuidelines/SAMBRO/Implement#SettingupFacebookAccount Setting up the facebook account]
    6565=== System Administrators ===
     66==== Quick installation ====
     671. 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)
     701. 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")
     731. change directory to web2py/applications/eden/ and the command "clean" (without quotes) in your terminal command line
     741. 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
    6678Steps for '''INSTALLING''' your SAMBRO instance
    67791. ''[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.