[doc] Update documentation to match current Debian packages
authorJérémy Bobbio <jeremy.bobbio@irq7.fr>
Wed, 19 Jun 2019 16:33:15 +0200
changeset 12658 fdd7165fe1f3
parent 12657 2856182d4628
child 12661 3bbfd5e54c76
[doc] Update documentation to match current Debian packages
doc/book/admin/setup.rst
doc/tutorials/base/blog-in-five-minutes.rst
doc/tutorials/base/customizing-the-application.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 <AvailableCubes>`. 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 <DatabaseInstallation>` 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 <PostgresqlConfiguration>`
 
-  * `cubicweb-mysql-support` contains the necessary dependencies for using
-    :ref:`cubicweb with mysql database <MySqlConfiguration>`.
-
 .. _`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/
--- 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`).
--- 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