| 14 | | * Getting Started: |
| 15 | | * InstallationGuidelinesDeveloper |
| 16 | | * Using Transconnect for full Internet access (iitk network + bzr workaround): |
| 17 | | * Start up a terminal and run the following command |
| 18 | | * {{{export LD_PRELOAD=~/.tconn/tconn.so}}} |
| 19 | | * Verify that it works with {{{wget www.google.com}}} |
| 20 | | * Run all bzr commands from the same terminal. If you want to change terminals, repeat the export in the new one. |
| 21 | | * Using Bzr to work on the hackfest tree: |
| 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! |
| 30 | | * DeveloperGuidelines |
| | 14 | === Getting Started === |
| | 15 | * InstallationGuidelinesDeveloper |
| | 16 | * Using Transconnect for full Internet access (iitk network + bzr workaround): |
| | 17 | * Start up a terminal and run the following command |
| | 18 | * {{{export LD_PRELOAD=~/.tconn/tconn.so}}} |
| | 19 | * Verify that it works with {{{wget www.google.com}}} |
| | 20 | * Run all bzr commands from the same terminal. If you want to change terminals, repeat the export in the new one. |
| | 21 | * Using Bzr to work on the hackfest tree: |
| | 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! |
| | 30 | * DeveloperGuidelines |