doc/book/en/admin/setup.rst
branchstable
changeset 2393 6190852af97f
parent 2239 0f12f1ebf27c
child 2458 4d114865098f
equal deleted inserted replaced
2392:4f6bfffbfb80 2393:6190852af97f
    45 develop new cubes.
    45 develop new cubes.
    46 
    46 
    47 There is also a wide variety of cubes listed on http://www.cubicweb.org/Project available as debian packages and tarball.
    47 There is also a wide variety of cubes listed on http://www.cubicweb.org/Project available as debian packages and tarball.
    48 
    48 
    49 The repositories are signed with `Logilab's gnupg key`_. To avoid warning on "apt-get update":
    49 The repositories are signed with `Logilab's gnupg key`_. To avoid warning on "apt-get update":
    50 1. become root using sudo 
    50 1. become root using sudo
    51 2. download http://ftp.logilab.org/dists/logilab-dists-key.asc using e.g. wget
    51 2. download http://ftp.logilab.org/dists/logilab-dists-key.asc using e.g. wget
    52 3. run "apt-key add logilab-dists-key.asc"
    52 3. run "apt-key add logilab-dists-key.asc"
    53 4. re-run apt-get update (manually or through the package manager, whichever you prefer)
    53 4. re-run apt-get update (manually or through the package manager, whichever you prefer)
    54 
    54 
    55 .. `Logilab's gnupg key` _http://ftp.logilab.org/dists/logilab-dists-key.asc
    55 .. _`Logilab's gnupg key`: http://ftp.logilab.org/dists/logilab-dists-key.asc
    56 
    56 
    57 Install from source
    57 Install from source
    58 ```````````````````
    58 ```````````````````
    59 
    59 
    60 You can download the archive containing the sources from our `ftp site`_ at::
    60 You can download the archive containing the sources from our `ftp site`_ at::
    67 extension::
    67 extension::
    68 
    68 
    69   hg fclone http://www.logilab.org/hg/forests/cubicweb
    69   hg fclone http://www.logilab.org/hg/forests/cubicweb
    70 
    70 
    71 See :ref:`MercurialPresentation` for more details about Mercurial.
    71 See :ref:`MercurialPresentation` for more details about Mercurial.
       
    72 
       
    73 In both cases, make sure you have installed the dependencies (see appendixes for
       
    74 the list).
    72 
    75 
    73 Postgres installation
    76 Postgres installation
    74 `````````````````````
    77 `````````````````````
    75 
    78 
    76 Please refer to the `Postgresql project online documentation`_.
    79 Please refer to the `Postgresql project online documentation`_.