# HG changeset patch # User Pierre-Yves David # Date 1291218722 -3600 # Node ID 494d4465f032b4a5b917cc5e79f120a7968b3676 # Parent a89dc08e5970e60136a233ab990b701c93e4eca1 [doc/book] Add a note about -support virtual package. Cubicweb setup documentation now mention cubicweb-postgresql-support and cubicweb-mysql-support diff -r a89dc08e5970 -r 494d4465f032 doc/book/en/admin/setup.rst --- a/doc/book/en/admin/setup.rst Tue Nov 23 18:34:54 2010 +0100 +++ b/doc/book/en/admin/setup.rst Wed Dec 01 16:52:02 2010 +0100 @@ -44,6 +44,14 @@ `cubicweb-dev` installs the development environment allowing you to develop new cubes. +.. note:: + + `cubicweb-dev` will install basic sqlite support. You can easily setup + `cubicweb with other database`_ with the following virtual packages : + `cubicweb-postgresql-support` contains necessary dependency for using + `cubicweb with postgresql datatabase`_ and `cubicweb-mysql-support` contains + necessary dependency for using `cubicweb with mysql database`_ . + There is also a wide variety of cubes listed on the `CubicWeb.org Forge`_ available as debian packages and tarball. @@ -57,6 +65,9 @@ .. _`Logilab's gnupg key`: http://ftp.logilab.org/dists/logilab-dists-key.asc .. _`CubicWeb.org Forge`: http://www.cubicweb.org/project/ +.. _`cubicweb with other database`: DatabaseInstallation_ +.. _`cubicweb with postgresql datatabase` : PostgresqlConfiguration_ +.. _`cubicweb with mysql database` : MySqlConfiguration_ .. _PipInstallation: