Changes between Version 44 and Version 45 of FOSSkriti
- Timestamp:
- 02/13/09 08:17:54 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FOSSkriti
v44 v45 13 13 * Brief Skype Videocall on the tracks we will cover: Fran Boon [flavour] 14 14 * Getting Started: 15 * InstallationGuidelinesDeveloper 15 16 * Using Transconnect for full Internet access (iitk network + bzr workaround): 16 17 * Start up a terminal and run the following command 17 * export LD_PRELOAD=~/.tconn/tconn.so18 * Verify that it works with ¨wget www.google.com¨18 * {{{export LD_PRELOAD=~/.tconn/tconn.so}}} 19 * Verify that it works with {{{wget www.google.com}}} 19 20 * Run all bzr commands from the same terminal. If you want to change terminals, repeat the export in the new one. 20 * InstallationGuidelinesDeveloper 21 * Bzr branch we'll be using for this session: 22 {{{ 23 bzr branch bzr+ssh://username@hack.sahanapy.org/var/www/web2py/applications/sahana 24 25 (hack) 26 27 bzr add && bzr remove && bzr commit 28 bzr push bzr+ssh://username@hack.sahanapy.org/var/www/web2py/applications/sahana 29 30 (Visit http://hack.sahanapy.org/cgi-bin/hackfest.py to update the working-tree & reload Apache to see the results. Ignore the 500 error!) 31 }}} 21 * Using Bzr to work on the hackfest tree: 32 22 * Note for Windows Users: DeveloperGuidelinesBzrWindows 23 * Get a username/password for the hack server from Ajay or Fran 24 * {{{bzr branch bzr+ssh://username@hack.sahanapy.org/var/www/web2py/applications/sahana}}} 25 * hack 26 * {{{bzr add && bzr remove && bzr commit}}} 27 * {{{bzr push bzr+ssh://username@hack.sahanapy.org/var/www/web2py/applications/sahana}}} 28 * Update the working-tree & reload Apache to see the results: http://hack.sahanapy.org/cgi-bin/hackfest.py 29 * Ignore the 500 error! 33 30 * DeveloperGuidelines 34 31 == How to Communicate? ==