Git
NOTE this is still a work in progress, and I'm just writting the instructions here so I don't forget!
Since October 2011 our repositories are hosted in Github, you can start installing OpenProximity test code by running:
virtualenv OpenProximity-Virtualenv-test
cd OpenProximity-Virtualenv-test
./bin/pip install -e git+http://github.com/OpenProximity/web.git#egg=OpenProximity-Web
./bin/pip install -e git+http://github.com/OpenProximity/rpc-clients.git#egg=OpenProximity-Rpc-Clients
After that you have two new files inside bin that allow you to start the web server and rpc server:
./bin/OpenProximity-Manage runcpserver
./bin/OpenProximity-Manage rpc
page revision: 0, last edited: 28 Oct 2011 05:17