Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
b9ae9fd0
Commit
b9ae9fd0
authored
16 years ago
by
Christophe Simonis
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] update the docs
bzr revid: christophe@taupe-20090129234116-q47b2kupt02o24s0
parent
5fb02b16
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/INSTALL
+14
-21
14 additions, 21 deletions
doc/INSTALL
with
14 additions
and
21 deletions
doc/INSTALL
+
14
−
21
View file @
b9ae9fd0
...
...
@@ -8,12 +8,14 @@ Required dependencies:
You need the following software installed:
* Python 2.3 or above
* Postgresql 7 or above
* Psycopg python module for python2.3
* libxml2 and python2.3 bindings
* libxslt and python2.3 bindings
* Reportlab pdf generation library for python2.3
* Python 2.4 or 2.5
* Postgresql 8.2 or above
* Psycopg2 python module
* libxml2 and python bindings
* libxslt and python bindings
* Reportlab pdf generation library for python
* lxml python module
* pytz python module
Some dependencies are only required for specific purposes:
...
...
@@ -22,33 +24,24 @@ for rendering workflows graphs, you need:
* pyparsing
for generating reports using non .jpg images, you need:
* Python Imaging Library for python
2.3
* Python Imaging Library for python
For Debian-based distributions, the required packages can be installed with the
following commands:
apt-get install python2.3 python2.3-xml postgresql postgresql-client libxml2-python2.3
apt-get install libxslt1-python2.3 python2.3-psycopg python2.3-reportlab
apt-get install python2.3-imaging python2.3-pyparsing graphviz
For newer Debian-based distributions such as Etch, the required packages can be
installed with the following commands:
apt-get install python2.4 python-xml postgresql postgresql-client python-libxml2
apt-get install python-libxslt1 python-psycopg python-reportlab
apt-get install python-imaging python-pyparsing graphviz
following command:
#> apt-get install -y postgresql graphviz python-psycopg2 python-xml python-lxml python-libxml2 python-libxslt1 python-tz python-imaging
For Fedora
if they are not installed, install:
python and postgresql
uses yum or you can recover required packages on fedora web site in "core" or "extra" repository :
postgresql-python
-
postgresql-python
libxml2-python
libxslt-python
python-lxml
python-imaging
python-psycopg
python-psycopg
2
python-reportlab
graphviz
You can find pyparsing at http://pyparsing.sourceforge.net/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment