# HG changeset patch # User Jérémy Bobbio # Date 1560954795 -7200 # Node ID fdd7165fe1f302961bab2c51585890c4c275812a # Parent 2856182d4628941cec216dea7e408dafd434cc6c [doc] Update documentation to match current Debian packages diff -r 2856182d4628 -r fdd7165fe1f3 doc/book/admin/setup.rst --- a/doc/book/admin/setup.rst Wed Jun 19 16:32:25 2019 +0200 +++ b/doc/book/admin/setup.rst Wed Jun 19 16:33:15 2019 +0200 @@ -62,14 +62,11 @@ Update your list of packages and perform the installation:: apt-get update - apt-get install cubicweb cubicweb-dev + apt-get install python3-cubicweb --install-recommends - # if you want pyramid, the recommended application server - apt-get install pyramid-cubicweb - -``cubicweb`` installs the framework itself, allowing you to create new -instances. ``cubicweb-dev`` installs the development environment -allowing you to develop new cubes. +``python3-cubicweb`` installs the framework itself, allowing you to create new +instances. Installing recommended packages will install the development +environment allowing you to develop new cubes. There is also a wide variety of :ref:`cubes `. You can access a list of available cubes using ``apt-cache search cubicweb`` or at the @@ -77,16 +74,13 @@ .. note:: - `cubicweb-dev` will install basic sqlite support. You can easily setup + `python3-cubicweb` will install basic sqlite support. You can easily setup :ref:`cubicweb with other database ` using the following virtual packages : - * `cubicweb-postgresql-support` contains the necessary dependencies for + * `python3-cubicweb-postgresql-support` contains the necessary dependencies for using :ref:`cubicweb with postgresql datatabase ` - * `cubicweb-mysql-support` contains the necessary dependencies for using - :ref:`cubicweb with mysql database `. - .. _`list of sources`: http://wiki.debian.org/SourcesList .. _`Logilab's gnupg key`: https://www.logilab.fr/logilab-debian-keyring.gpg .. _`CubicWeb.org Forge`: http://www.cubicweb.org/project/ diff -r 2856182d4628 -r fdd7165fe1f3 doc/tutorials/base/blog-in-five-minutes.rst --- a/doc/tutorials/base/blog-in-five-minutes.rst Wed Jun 19 16:32:25 2019 +0200 +++ b/doc/tutorials/base/blog-in-five-minutes.rst Wed Jun 19 16:33:15 2019 +0200 @@ -8,7 +8,7 @@ For Debian or Ubuntu users, first install the following packages (:ref:`DebianInstallation`):: - cubicweb, cubicweb-dev, cubicweb-pyramid, cubicweb-blog + python3-cubicweb, cubicweb-ctl, cubicweb-blog Windows or Mac OS X users must install |cubicweb| from source (see :ref:`SourceInstallation` and :ref:`WindowsInstallation`). diff -r 2856182d4628 -r fdd7165fe1f3 doc/tutorials/base/customizing-the-application.rst --- a/doc/tutorials/base/customizing-the-application.rst Wed Jun 19 16:32:25 2019 +0200 +++ b/doc/tutorials/base/customizing-the-application.rst Wed Jun 19 16:33:15 2019 +0200 @@ -16,11 +16,6 @@ Create your own cube ~~~~~~~~~~~~~~~~~~~~ -First, notice that if you've installed |cubicweb| using Debian packages, you will -need the additional ``cubicweb-dev`` package to get the commands necessary to -|cubicweb| development. All `cubicweb-ctl` commands are described in details in -:ref:`cubicweb-ctl`. - Once your |cubicweb| development environment is set up, you can create a new cube:: @@ -29,6 +24,9 @@ This will create a a directory named :file:`cubicweb-myblog` reflecting the structure described in :ref:`cubelayout`. +All `cubicweb-ctl` commands are described in details in +:ref:`cubicweb-ctl`. + .. Note:: We previously used `myblog` as the name of our *instance*. We're now creating