Changes between Version 12 and Version 13 of gsocguidelines


Ignore:
Timestamp:
06/19/10 09:51:09 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gsocguidelines

    v12 v13  
    99
    1010You 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.eden.sahanafoundation.org:
    11  * r0bby: http://survey.sahanafoundation.org (port 8001)
    12  * shikhar: http://importer.eden.sahanafoundation.org (port 8002)
    13  * amer: http://sync.eden.sahanafoundation.org (port 8003)
     11 * r0bby: http://survey.sahanafoundation.org
     12 * shikhar: http://importer.eden.sahanafoundation.org
     13 * amer: http://sync.eden.sahanafoundation.org
     14 * zubair: http://vol.sahanafoundation.org
    1415
    1516Login to the server via SSH using your assigned user names and passwords.
    1617
    1718Install Web2Py & your Sahana branch (using InstallationGuidelinesDeveloper as a guide)
    18 
    19 Suggest symlinking your app to make it the default:
    20 {{{
    21 ln -s web2py/applications/eden web2py/applications/init
    22 }}}
    2319
    2420=== New (WSGI) ===