Changes between Version 44 and Version 45 of FOSSkriti


Ignore:
Timestamp:
02/13/09 08:17:54 (16 years ago)
Author:
Fran Boon
Comment:

Make docs more readable

Legend:

Unmodified
Added
Removed
Modified
  • FOSSkriti

    v44 v45  
    1313 * Brief Skype Videocall on the tracks we will cover: Fran Boon [flavour]
    1414 * Getting Started:
     15  * InstallationGuidelinesDeveloper
    1516  * Using Transconnect for full Internet access (iitk network + bzr workaround):
    1617   * Start up a terminal and run the following command
    17    * export LD_PRELOAD=~/.tconn/tconn.so
    18    * 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}}}
    1920   * 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:
    3222   * 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!
    3330  * DeveloperGuidelines
    3431== How to Communicate? ==