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
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License