Changes between Version 12 and Version 13 of gsocguidelines
- Timestamp:
- 06/19/10 09:51:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gsocguidelines
v12 v13 9 9 10 10 You 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 14 15 15 16 Login to the server via SSH using your assigned user names and passwords. 16 17 17 18 Install 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/init22 }}}23 19 24 20 === New (WSGI) ===