Server MyCO
Go to file
2014-01-12 01:33:07 +01:00
mycoserver Initial commit 2014-01-12 01:33:07 +01:00
.gitignore Initial commit 2014-01-12 01:33:07 +01:00
development.ini Initial commit 2014-01-12 01:33:07 +01:00
Makefile Initial commit 2014-01-12 01:33:07 +01:00
README Initial commit 2014-01-12 01:33:07 +01:00
setup.py Initial commit 2014-01-12 01:33:07 +01:00

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