doc/book/en/annexes/depends.rst
branchstable
changeset 3819 7591b89ada23
parent 3488 ab9e7bcfc764
child 4316 c4d4702ef87f
equal deleted inserted replaced
3818:9522e51d8644 3819:7591b89ada23
     7 
     7 
     8 When you run CubicWeb from source, either by downloading the tarball or
     8 When you run CubicWeb from source, either by downloading the tarball or
     9 cloning the mercurial forest, here is the list of tools and libraries you need
     9 cloning the mercurial forest, here is the list of tools and libraries you need
    10 to have installed in order for CubicWeb to work:
    10 to have installed in order for CubicWeb to work:
    11 
    11 
    12 * mxDateTime - http://www.egenix.com/products/python/mxBase/mxDateTime/ - http://pypi.python.org/pypi/egenix-mx-base
       
    13 
       
    14 * pyro - http://pyro.sourceforge.net/ - http://pypi.python.org/pypi/Pyro
       
    15 
       
    16 * yapps - http://theory.stanford.edu/~amitp/yapps/ -
    12 * yapps - http://theory.stanford.edu/~amitp/yapps/ -
    17   http://pypi.python.org/pypi/Yapps2
    13   http://pypi.python.org/pypi/Yapps2
    18 
    14 
    19 * pygraphviz - http://networkx.lanl.gov/pygraphviz/ -
    15 * pygraphviz - http://networkx.lanl.gov/pygraphviz/ -
    20   http://pypi.python.org/pypi/pygraphviz
    16   http://pypi.python.org/pypi/pygraphviz
    21 
    17 
    22 * simplejson - http://code.google.com/p/simplejson/ -
    18 * simplejson - http://code.google.com/p/simplejson/ -
    23   http://pypi.python.org/pypi/simplejson
    19   http://pypi.python.org/pypi/simplejson
       
    20 
       
    21 * docsutils - http://docutils.sourceforge.net/ - http://pypi.python.org/pypi/docutils
    24 
    22 
    25 * lxml - http://codespeak.net/lxml - http://pypi.python.org/pypi/lxml
    23 * lxml - http://codespeak.net/lxml - http://pypi.python.org/pypi/lxml
    26 
    24 
    27 * twisted - http://twistedmatrix.com/ - http://pypi.python.org/pypi/Twisted
    25 * twisted - http://twistedmatrix.com/ - http://pypi.python.org/pypi/Twisted
    28 
    26 
    42   - included in the forest
    40   - included in the forest
    43 
    41 
    44 * indexer - http://www.logilab.org/project/indexer -
    42 * indexer - http://www.logilab.org/project/indexer -
    45   http://pypi.python.org/pypi/indexer - included in the forest
    43   http://pypi.python.org/pypi/indexer - included in the forest
    46 
    44 
       
    45 To activate Sparql querying:
       
    46 
    47 * fyzz - http://www.logilab.org/project/fyzz - http://pypi.python.org/pypi/fyzz
    47 * fyzz - http://www.logilab.org/project/fyzz - http://pypi.python.org/pypi/fyzz
    48   - included in the forest
    48   - included in the forest
    49 
    49 
       
    50 To use network communication between cubicweb instances / clients:
       
    51 
       
    52 * Pyro - http://pyro.sourceforge.net/ - http://pypi.python.org/pypi/Pyro
       
    53 
       
    54 If you're using a Postgres database (recommended):
    50 * psycopg2 - http://initd.org/projects/psycopg2 - http://pypi.python.org/pypi/psycopg2
    55 * psycopg2 - http://initd.org/projects/psycopg2 - http://pypi.python.org/pypi/psycopg2
    51 
       
    52 * docsutils - http://docutils.sourceforge.net/ - http://pypi.python.org/pypi/docutils
       
    53 
    56 
    54 For the google-appengine extension to be available, you also need:
    57 For the google-appengine extension to be available, you also need:
    55 
    58 
    56 * dateutil - http://labix.org/python-dateutil -
    59 * dateutil - http://labix.org/python-dateutil -
    57   http://pypi.python.org/pypi/python-dateutil/
    60   http://pypi.python.org/pypi/python-dateutil/
    58 
    61 
    59 * vobject - http://vobject.skyhouseconsulting.com/ -
    62 * vobject - http://vobject.skyhouseconsulting.com/ -
    60   http://pypi.python.org/pypi/vobject
    63   http://pypi.python.org/pypi/vobject
    61 
    64 
       
    65   
    62 Any help with the packaging of CubicWeb for more than Debian/Ubuntu (including
    66 Any help with the packaging of CubicWeb for more than Debian/Ubuntu (including
    63 eggs, buildouts, etc) will be greatly appreciated.
    67 eggs, buildouts, etc) will be greatly appreciated.