Changes between Version 2 and Version 3 of gsocguidelines


Ignore:
Timestamp:
05/14/09 20:56:32 (16 years ago)
Author:
Fran Boon
Comment:

Formatting, add info re: Launchpad

Legend:

Unmodified
Added
Removed
Modified
  • gsocguidelines

    v2 v3  
    1 This is the guide to host your project demo's to be public.
     1== GSoC Guidelines ==
    22
    3 Login to demo.sahanapy.org server using your assigned user names and passwords.
     3Install Sahana locally according to InstallationGuidelinesDeveloper
    44
    5 After logging in you will need to spawn web2py according to the ports assigned to you.
     5You should register your code branch on Launchpad:
     6 * https://code.launchpad.net/sahana
    67
    7 example:
    8 For lifeeth it is: 
     8You can make a live demo of your code available publically (e.g. to share with your mentors) by using the space set aside for you on demo.sahanapy.org:
     9 * lifeeth: http://j2me.sahanapy.org
     10 * connie: http://decisions.sahanapy.org
     11 * hasanatkazmi: http://p2p.sahanapy.org
     12 * kkhushi: http://dvi.sahanapy.org
     13 * ajuonline: http://logistics.sahanapy.org
    914
     15Login to the server via SSH using your assigned user names and passwords.
     16
     17Install Web2Py & your Sahana branch (using InstallationGuidelinesDeveloper as a guide)
     18
     19After logging in you will need to spawn web2py according to the ports assigned to you:
    1020{{{
    11 python web2py.py -p 8001               
     21python web2py.py -p 800x
    1222}}}
     23
    1324For running the web2py instance in the background you can execute:
     25{{{
     26screen python web2py.py -p 800x
     27}}}
    1428
    15 screen python web2py.py -p 8002
    16 
    17 To detach from the screen
    18 
     29To detach from the screen:
    1930{{{
    2031ctrl+a d
    2132}}}
    2233
    23 To reconnect to the screen to kill the instance do a
    24 
     34To reconnect to the screen to kill the instance (e.g. to restart after editing a module):
    2535{{{
    2636screen -r
     
    2838}}}
    2939
    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,replacing 8000 with the ports assigned to you.
    34 
    35 
    36 Your instances will be available at the urls associated with you below.
    37 
    38 lifeeth, port 8001
    39 j2me.sahanapy.org
    40 
    41 connie, port 8002
    42 decisions.sahanapy.org
    43 
    44 hasanatkazmi, port 8003
    45 p2p.sahanapy.org
    46 
    47 kkhushi, port 8004
    48 dvi.sahanapy.org
    49 
    50 ajuonline, port 8005
    51 logistics.sahanapy.org
     40To connect to the admin panel of the web2py using an ssh tunnel refer to:
     41 * Linux: http://web2py.com/AlterEgo/default/show/68
     42 * Windows: http://web2py.com/AlterEgo/default/show/143
     43NB Replace '8000' with the port assigned to you.