Changes between Version 4 and Version 5 of SynchronisationImplementation


Ignore:
Timestamp:
11/27/12 14:18:28 (12 years ago)
Author:
Jacob
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SynchronisationImplementation

    v4 v5  
    1313== Evaluation Guide ==
    1414
    15  0. Install python 2.5 or 2.6 (2.6 passes all json-rpc tests, whilst 2.5 fails a couple)
     15 0. Install python 2.7
    1616 1. Install json-rpc from [http://json-rpc.org/wiki/python-json-rpc]
    17  2. Install Bazaar
    18  3. {{{bzr branch lp:~mdipierro/web2py/devel web2py}}}
    19  4. {{{cd web2py/applications}}}
    20  5. {{{bzr branch lp:~hasanatkazmi/sahana/p2psync}}}
    21  6. {{{cd p2psync/cron}}}
     17 2. Install git
     18 3. Sign up for an account on GitHub
     19 4. Fork the Eden Branch:  https://github.com/flavour/eden/fork_select
     20 5. Use Git to clone this down to your PC:
     21 6.
     22{{{
     23cd web2py/applications
     24git clone git@github.com:mygitusername/eden.git
     25cd eden
     26git remote add upstream git://github.com/flavour/eden.git
     27}}}     
    2228 7. start web2py
    2329 8  start daemonX: {{{python daemonX.py}}}