There are two issues in paragraph 3.2.1. PostgreSQL of the documentation:
It looks like a specific version of PostgreSQL is required (8.X) which is not the default version of PostgreSQL on Ubuntu 12.04 LTS (9.1). Actually the default Ubuntu package is OK.
You need to install the three following packages: postgresql-8.X, postgresql-client-8.X, and postgresql-plpython-8.X.`.
It refers to the PostgreSQL project online documentation but the link points to the PosgreSQL Web site which is rather vague. Some of our users went to the PostgreSQL Web site, hit Download|Ubuntu and from there got the impression they need alternative repositories and versions. CubicWeb requirements and installation process needs to be detailed with steps simple enough for junior sysadmins. You could as well omit the link to the PostgreSQL Web site.
|
Comments
-
2013/02/28 10:07, written by acampeas
-
2013/02/28 10:08, written by acampeas
-
2013/02/28 10:12, written by dimitri
-
2013/04/03 13:00, written by pydavid
add commentPostgres 9.x should work too (we ship some apps with it).
Also I plpython support is not mandatory.
Indeed it semms to be working for us too. This needs to be documented. Suggestion:
Can someome provide an appropriate patch?