1
0
Derivar 0
Server MyCO
Ir para o ficheiro
Benjamin Renard f1158750f1 Fix logging SQL execution error 2014-09-14 23:01:18 +02:00
mycoserver Fix logging SQL execution error 2014-09-14 23:01:18 +02:00
.gitignore Ignore build and dist directories 2014-08-17 20:56:53 +02:00
Makefile Initial commit 2014-01-12 01:33:07 +01:00
README Initial commit 2014-01-12 01:33:07 +01:00
development.ini Initial commit 2014-01-12 01:33:07 +01:00
myco.sql Add database dump 2014-01-12 01:40:32 +01:00
setup.py Initial commit 2014-01-12 01:33:07 +01:00

README

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