| 1 | This is the guide to host your project demo's to be public. |
| 2 | |
| 3 | Login to demo.sahanapy.org server using your assigned user names and passwords. |
| 4 | |
| 5 | After logging in you will need to spawn web2py according to the ports assigned to you. |
| 6 | |
| 7 | example: |
| 8 | For lifeeth it is: |
| 9 | |
| 10 | {{{ |
| 11 | python web2py.py -p 8001 |
| 12 | }}} |
| 13 | For running the web2py instance in the background you can execute: |
| 14 | |
| 15 | screen python web2py.py -p 8002 |
| 16 | |
| 17 | To detach from the screen |
| 18 | |
| 19 | {{{ |
| 20 | ctrl+a d |
| 21 | }}} |
| 22 | |
| 23 | To reconnect to the screen to kill the instance do a |
| 24 | |
| 25 | {{{ |
| 26 | screen -r |
| 27 | ctrl+c |
| 28 | }}} |
| 29 | |
| 30 | To connect to the admin panel of the web2py using an ssh tunnel refer to |
| 31 | |
| 32 | [http://web2py.com/AlterEgo/default/show/68] for linux and |
| 33 | [http://web2py.com/AlterEgo/default/show/143] for windows |
| 34 | |
| 35 | replace 8000 with the ports assigned to you. |
| 36 | |
| 37 | |
| 38 | Your instances will be available at the urls associated with you below. |
| 39 | |
| 40 | lifeeth, port 8001 |
| 41 | j2me.sahanapy.org |
| 42 | |
| 43 | connie, port 8002 |
| 44 | decisions.sahanapy.org |
| 45 | |
| 46 | hasanatkazmi, port 8003 |
| 47 | p2p.sahanapy.org |
| 48 | |
| 49 | kkhushi, port 8004 |
| 50 | dvi.sahanapy.org |
| 51 | |
| 52 | ajuonline, port 8005 |
| 53 | logistics.sahanapy.org |