Changes between Version 102 and Version 103 of UserGuidelines/SAMBRO
- Timestamp:
- 02/12/16 02:15:01 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/SAMBRO
v102 v103 54 54 a. Recommend that you [http://eden.sahanafoundation.org/wiki/InstallationGuidelines/Linux/Server install on a Linux server] 55 55 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) 56 57 {{{ 57 58 cd ~web2py 58 python web2py.py - -ip your.ip.address59 python web2py.py -i your.ip.address -p port.number -a 'your password' 59 60 }}} 60 61 a. [# Setup the server with a Public IP] to be visible over the Internet