Changes between Version 152 and Version 153 of UserGuidelines/SAMBRO


Ignore:
Timestamp:
10/08/19 13:57:57 (5 years ago)
Author:
Nuwan Waidyanatha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/SAMBRO

    v152 v153  
    6868   a. https://github.com/sahana/eden_deploy/blob/master/configure-eden-cherokee-postgis.sh
    6969   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 
     701. 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{{{
     74sudo nano ~//web2py/applications/eden/models/000_config.py
     75}}}
     76
    7377      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
     781. change directory to ../web2py/applications/eden/ and run the command "clean" (without quotes) in your terminal command line
     79{{{
     80cd ~//web2py/applications/eden/
     81clean
     82}}}
     83
     84
    75851. 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{{{
     87cd ~//web2py/applications/eden/
     88python web2py.py -a eden
     89}}}
     901. Use the browser to check if it all works!
    7691
    7792==== Installation with own Git branch ====