Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
fdd7165fe1f3
Commit
017bcc15
authored
Jun 19, 2019
by
Jérémy Bobbio (Lunar)
Browse files
[doc] Update documentation to match current Debian packages
parent
2856182d4628
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/book/admin/setup.rst
View file @
fdd7165f
...
...
@@ -62,14 +62,11 @@ and register the key to avoid warnings::
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 @@ list of available cubes using ``apt-cache search cubicweb`` or at the
.. 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/
...
...
doc/tutorials/base/blog-in-five-minutes.rst
View file @
fdd7165f
...
...
@@ -8,7 +8,7 @@ Get a blog running in five minutes!
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`).
...
...
doc/tutorials/base/customizing-the-application.rst
View file @
fdd7165f
...
...
@@ -16,11 +16,6 @@ to customize the blog we created to add more features to it.
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 @@ cube::
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment