diff -r e224f064a268 -r 79c1abc64304 doc/book/en/C011-installation.en.txt --- a/doc/book/en/C011-installation.en.txt Tue Mar 31 17:09:38 2009 +0200 +++ b/doc/book/en/C011-installation.en.txt Wed Apr 01 12:25:01 2009 +0200 @@ -29,7 +29,7 @@ deb http://ftp.logilab.org/dists/ hardy/ -You can now install the required packages with the following command: :: +You can now install the required packages with the following command:: apt-get update apt-get install cubicweb @@ -41,7 +41,7 @@ Install from source ``````````````````` -You can download the archive containing the sources from our `ftp site`_ at: :: +You can download the archive containing the sources from our `ftp site`_ at:: http://ftp.logilab.org/pub/cubicweb/ @@ -92,8 +92,8 @@ Your new cubes will be placed in `/usr/share/cubicweb/cubes` and your applications will be placed in `/etc/cubicweb.d`. -To use others directories then you will have to configure the -following environment variables as follows: :: +To use other directories you will have to configure the +following environment variables as follows:: export CW_CUBES_PATH=~/lib/cubes export CW_REGISTRY=~/etc/cubicweb.d/ @@ -120,7 +120,7 @@ $ initdb -D /path/to/pgsql Once initialized, you can launch the database server Postgres - with the command: :: + with the command:: $ postgres -D /path/to/psql @@ -130,20 +130,20 @@ $ chown username /path/to/pgsql -* Create a superuser for `CubicWeb` instance: :: +* Create a superuser for `CubicWeb` instance:: $ su $ su - postgres $ createuser -s username Initialize the password of the superuser you just created for your - database: :: + database:: $ su $ su - postgres $ psql - And then execute de following query: :: + And then execute de following query:: ALTER USER username WITH PASSWORD `password`