24 lines
546 B
Text
24 lines
546 B
Text
Install
|
|
=======
|
|
|
|
Debian dependencies:
|
|
|
|
$ aptitude install python python-mako python-markupsafe python-paste python-pastedeploy python-pastescript \
|
|
python-weberror python-webhelpers python-webob
|
|
|
|
Non-Debian dependencies:
|
|
|
|
$ git clone git://gitorious.org/biryani/biryani.git biryani1
|
|
$ cd biryani1
|
|
$ git checkout biryani1
|
|
$ python setup.py develop --no-deps --user
|
|
|
|
Install mycoserver Python egg (from mycoserver root directory):
|
|
|
|
$ python setup.py develop --no-deps --user
|
|
|
|
|
|
Start server
|
|
============
|
|
|
|
$ paster serve --reload development.ini
|