Changes between Version 102 and Version 103 of UserGuidelines/SAMBRO


Ignore:
Timestamp:
02/12/16 02:15:01 (9 years ago)
Author:
Biplov Bhandari
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/SAMBRO

    v102 v103  
    5454     a. Recommend that you [http://eden.sahanafoundation.org/wiki/InstallationGuidelines/Linux/Server install on a Linux server]
    5555     a. Open your terminal and go to your web2py path, by default it will be saved on your home directory
     56        This is useful if you want to run the EDEN with in your organisation (network) without having the public IP (but remember you cannot access it outside, so recommend you get the public IP) (see http://web2py.com/books/default/chapter/29/04/the-core#Command-line-options for more detail)
    5657 {{{
    5758 cd ~web2py
    58  python web2py.py --ip your.ip.address
     59 python web2py.py -i your.ip.address -p port.number -a 'your password'
    5960 }}}
    6061     a. [# Setup the server with a Public IP] to be visible over the Internet