-
Notifications
You must be signed in to change notification settings - Fork 0
Start a server
pdxwebdev edited this page Aug 6, 2012
·
13 revisions
Dependencies:
- PyMongo: http://api.mongodb.org/python/current/installation.html
- PyCrypto: https://www.dlitz.net/software/pycrypto/
- Twisted Matrix: http://twistedmatrix.com/trac/wiki/Downloads
- Zope Interface: http://pypi.python.org/pypi/zope.interface/4.0.1
- Start a mongodb server with a db named yadaproject and a collection named identities
$ git clone [email protected]:pdxwebdev/yadaproject.git
$ cd yadaproject
$ python server.py hostname:port sqlite/database/path manager
Done! Now you can start using the iPhone app >