# HG changeset patch # User Nicolas Chauvat # Date 1227723439 -3600 # Node ID b435d80d0c9ee4a37338638d12f26705d5fae397 # Parent 343e7a18675d6101347f1d432cf01c21337b564f [doc] rewrite paragraph about installing debian and ubuntu packages diff -r 343e7a18675d -r b435d80d0c9e doc/book/en/C011-installation.en.txt --- a/doc/book/en/C011-installation.en.txt Wed Nov 26 17:20:58 2008 +0100 +++ b/doc/book/en/C011-installation.en.txt Wed Nov 26 19:17:19 2008 +0100 @@ -10,24 +10,18 @@ We will detail here the two easiest way to set-up `CubciWeb` environment. -Debian packages -``````````````` -You need first to make sure that you added our public repository -in the list of sources you packages manager will search in. - -Depending on the debian distribution you are using here are all the -available options: :: +Debian and Ubuntu packages +``````````````````````````` +Depending on the distribution you are using, add the appropriate line to your list +of sources (for example by editing ``/etc/apt/sources.list``) :: deb http://ftp.logilab.org/dists/ lenny/ deb http://ftp.logilab.org/dists/ hardy/ deb http://ftp.logilab.org/dists/ sid/ -As we assume you are installing `CubciWeb` on a debian machine, please -add the appropriate line from above in ``/etc/apt/sources.list``. +You can now install the required packages with the following command: :: -You can now install the required packages with the follwoing command: :: - - apt-get install cubicweb + apt-get update ; apt-get install cubicweb This is it!