doc/book/en/C011-installation.en.txt
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Wed, 22 Apr 2009 21:43:06 -0700
changeset 1440 4fc48f2a1748
parent 1405 4233089f7fb2
permissions -rw-r--r--
[doc] Typos and minor changes.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     1
.. -*- coding: utf-8 -*-
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     2
221
19125141f6eb [doc] Add internal link. Suppress content display which creates duplicated toc.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 152
diff changeset
     3
.. _CubicWebInstallation:
19125141f6eb [doc] Add internal link. Suppress content display which creates duplicated toc.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 152
diff changeset
     4
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     5
Installation
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     6
============
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     7
267
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
     8
Installation of `Cubicweb` and its dependencies
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
     9
-----------------------------------------------
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    10
267
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    11
`CubicWeb` is packaged for Debian and Ubuntu, but can be installed from source
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    12
using a tarball or the Mercurial version control system.
105
300166b41ea9 [doc] Moved installation from mercurial forest in appendix. Cleaned installation section but needs improvements.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 98
diff changeset
    13
1440
4fc48f2a1748 [doc] Typos and minor changes.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1405
diff changeset
    14
.. _DebianInstallation:
4fc48f2a1748 [doc] Typos and minor changes.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1405
diff changeset
    15
152
b435d80d0c9e [doc] rewrite paragraph about installing debian and ubuntu packages
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 127
diff changeset
    16
Debian and Ubuntu packages
b435d80d0c9e [doc] rewrite paragraph about installing debian and ubuntu packages
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 127
diff changeset
    17
```````````````````````````
1440
4fc48f2a1748 [doc] Typos and minor changes.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1405
diff changeset
    18
152
b435d80d0c9e [doc] rewrite paragraph about installing debian and ubuntu packages
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 127
diff changeset
    19
Depending on the distribution you are using, add the appropriate line to your list
267
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    20
of sources (for example by editing ``/etc/apt/sources.list``).
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    21
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    22
For Debian Lenny::
105
300166b41ea9 [doc] Moved installation from mercurial forest in appendix. Cleaned installation section but needs improvements.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 98
diff changeset
    23
300166b41ea9 [doc] Moved installation from mercurial forest in appendix. Cleaned installation section but needs improvements.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 98
diff changeset
    24
  deb http://ftp.logilab.org/dists/ lenny/
267
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    25
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    26
For Debian Sid::
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    27
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    28
  deb http://ftp.logilab.org/dists/ sid/
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    29
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    30
For Ubuntu Hardy::
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    31
105
300166b41ea9 [doc] Moved installation from mercurial forest in appendix. Cleaned installation section but needs improvements.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 98
diff changeset
    32
  deb http://ftp.logilab.org/dists/ hardy/
267
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    33
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    34
1209
4ec80ee57b19 [doc] Simplify punctation for blocks.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1203
diff changeset
    35
You can now install the required packages with the following command::
105
300166b41ea9 [doc] Moved installation from mercurial forest in appendix. Cleaned installation section but needs improvements.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 98
diff changeset
    36
269
6751132d3648 [doc] Add cubicweb-dev package to install.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 267
diff changeset
    37
  apt-get update 
1440
4fc48f2a1748 [doc] Typos and minor changes.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1405
diff changeset
    38
  apt-get install cubicweb cubicweb-dev
269
6751132d3648 [doc] Add cubicweb-dev package to install.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 267
diff changeset
    39
1209
4ec80ee57b19 [doc] Simplify punctation for blocks.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1203
diff changeset
    40
`cubicweb` installs the framework itself, allowing you to create
4ec80ee57b19 [doc] Simplify punctation for blocks.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1203
diff changeset
    41
new applications.
105
300166b41ea9 [doc] Moved installation from mercurial forest in appendix. Cleaned installation section but needs improvements.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 98
diff changeset
    42
1209
4ec80ee57b19 [doc] Simplify punctation for blocks.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1203
diff changeset
    43
`cubicweb-dev` installs the development environment allowing you to
4ec80ee57b19 [doc] Simplify punctation for blocks.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1203
diff changeset
    44
develop new cubes.
4ec80ee57b19 [doc] Simplify punctation for blocks.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1203
diff changeset
    45
4ec80ee57b19 [doc] Simplify punctation for blocks.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1203
diff changeset
    46
There is also a wide variety of cubes listed on http://www.cubicweb.org/Project available as debian packages and tarball.
4ec80ee57b19 [doc] Simplify punctation for blocks.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1203
diff changeset
    47
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    48
267
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    49
Install from source
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    50
```````````````````
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    51
1209
4ec80ee57b19 [doc] Simplify punctation for blocks.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1203
diff changeset
    52
You can download the archive containing the sources from our `ftp site`_ at::
105
300166b41ea9 [doc] Moved installation from mercurial forest in appendix. Cleaned installation section but needs improvements.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 98
diff changeset
    53
300166b41ea9 [doc] Moved installation from mercurial forest in appendix. Cleaned installation section but needs improvements.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 98
diff changeset
    54
  http://ftp.logilab.org/pub/cubicweb/
300166b41ea9 [doc] Moved installation from mercurial forest in appendix. Cleaned installation section but needs improvements.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 98
diff changeset
    55
267
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    56
.. _`ftp site`: http://ftp.logilab.org/pub/cubicweb/
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    57
267
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    58
or keep up to date with on-going development by using Mercurial and its forest
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    59
extension::
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    60
267
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    61
  hg fclone http://www.logilab.org/hg/forests/cubicweb
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    62
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    63
See :ref:`MercurialPresentation` for more details about Mercurial.
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    64
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
    65
Postgres installation
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
    66
`````````````````````
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
    67
267
843e0b1bf991 [doc] simpler install and mercurial instructions
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 221
diff changeset
    68
Please refer to the `Postgresql project online documentation`_.
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    69
271
e150b92237d9 [doc] Add link to cubicweb's forge for cubes available.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 269
diff changeset
    70
.. _`Postgresql project online documentation`: http://www.postgresql.org/
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    71
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
    72
You need to install the three following packages: `postgres-8.3`,
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    73
`postgres-contrib-8.3` and `postgresql-plpython-8.3`.
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    74
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    75
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
    76
Then you can install:
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    77
564
8b48724d4c2b some doc typos
Emile Anclin <emile.anclin@logilab.fr>
parents: 271
diff changeset
    78
* `pyro` if you wish the repository to be accessible through Pyro
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
    79
  or if the client and the server are not running on the same machine
564
8b48724d4c2b some doc typos
Emile Anclin <emile.anclin@logilab.fr>
parents: 271
diff changeset
    80
  (in which case the packages will have to be installed on both
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
    81
  machines)
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    82
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
    83
* `python-ldap` if you plan to use a LDAP source on the server
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    84
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    85
.. _ConfigurationEnv:
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    86
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
    87
Environment configuration
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
    88
-------------------------
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    89
271
e150b92237d9 [doc] Add link to cubicweb's forge for cubes available.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 269
diff changeset
    90
If you installed `CubicWeb` by cloning the Mercurial forest, then you
564
8b48724d4c2b some doc typos
Emile Anclin <emile.anclin@logilab.fr>
parents: 271
diff changeset
    91
will need to update the environment variable PYTHONPATH by adding  
8b48724d4c2b some doc typos
Emile Anclin <emile.anclin@logilab.fr>
parents: 271
diff changeset
    92
the path to the forest ``cubicweb``:
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    93
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
    94
Add the following lines to either `.bashrc` or `.bash_profile` to configure
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
    95
your development environment ::
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    96
  
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    97
  export PYTHONPATH=/full/path/to/cubicweb-forest
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    98
271
e150b92237d9 [doc] Add link to cubicweb's forge for cubes available.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 269
diff changeset
    99
If you installed the debian packages, no configuration is required.
e150b92237d9 [doc] Add link to cubicweb's forge for cubes available.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 269
diff changeset
   100
Your new cubes will be placed in `/usr/share/cubicweb/cubes` and
e150b92237d9 [doc] Add link to cubicweb's forge for cubes available.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 269
diff changeset
   101
your applications will be placed in `/etc/cubicweb.d`.
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   102
1192
82375c14eb26 [doc] Add set-up of environment variables.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 564
diff changeset
   103
To use others directories then you will have to configure the
1209
4ec80ee57b19 [doc] Simplify punctation for blocks.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1203
diff changeset
   104
following environment variables as follows::
1192
82375c14eb26 [doc] Add set-up of environment variables.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 564
diff changeset
   105
82375c14eb26 [doc] Add set-up of environment variables.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 564
diff changeset
   106
    export CW_CUBES_PATH=~/lib/cubes
82375c14eb26 [doc] Add set-up of environment variables.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 564
diff changeset
   107
    export CW_REGISTRY=~/etc/cubicweb.d/
82375c14eb26 [doc] Add set-up of environment variables.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 564
diff changeset
   108
    export CW_INSTANCE_DATA=$CW_REGISTRY
82375c14eb26 [doc] Add set-up of environment variables.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 564
diff changeset
   109
    export CW_RUNTIME=/tmp
82375c14eb26 [doc] Add set-up of environment variables.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 564
diff changeset
   110
82375c14eb26 [doc] Add set-up of environment variables.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 564
diff changeset
   111
.. note::
82375c14eb26 [doc] Add set-up of environment variables.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 564
diff changeset
   112
    The values given above are our suggestions but of course
82375c14eb26 [doc] Add set-up of environment variables.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 564
diff changeset
   113
    can be different.
82375c14eb26 [doc] Add set-up of environment variables.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 564
diff changeset
   114
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   115
.. _ConfigurationPostgres:
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   116
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
   117
Postgres configuration
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   118
----------------------
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
   119
1193
24486ce4dea1 [doc] Improve a little bit postgres configuration and environment variables set-up. Needs to be finalized.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1192
diff changeset
   120
.. note::
24486ce4dea1 [doc] Improve a little bit postgres configuration and environment variables set-up. Needs to be finalized.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1192
diff changeset
   121
    If you already have an existing cluster and postgres server
1440
4fc48f2a1748 [doc] Typos and minor changes.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1405
diff changeset
   122
    running, you do not need to execute the initilization step
1193
24486ce4dea1 [doc] Improve a little bit postgres configuration and environment variables set-up. Needs to be finalized.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1192
diff changeset
   123
    of your Postgres database.
24486ce4dea1 [doc] Improve a little bit postgres configuration and environment variables set-up. Needs to be finalized.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1192
diff changeset
   124
1440
4fc48f2a1748 [doc] Typos and minor changes.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1405
diff changeset
   125
* First, initialize the database Postgres with the command ``initdb``.
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   126
  ::
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   127
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   128
    $ initdb -D /path/to/pgsql
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   129
1440
4fc48f2a1748 [doc] Typos and minor changes.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1405
diff changeset
   130
  Once initialized, start the database server Postgres 
1209
4ec80ee57b19 [doc] Simplify punctation for blocks.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1203
diff changeset
   131
  with the command::
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   132
  
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   133
    $ postgres -D /path/to/psql
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   134
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
   135
  If you cannot execute this command due to permission issues, please
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
   136
  make sure that your username has write access on the database.
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   137
  ::
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   138
 
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   139
    $ chown username /path/to/pgsql
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   140
1201
ef2715330b92 [doc] Adds information about database authentication.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1193
diff changeset
   141
* The database authentication can be either set to `ident sameuser`
ef2715330b92 [doc] Adds information about database authentication.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1193
diff changeset
   142
  or `md5`. 
ef2715330b92 [doc] Adds information about database authentication.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1193
diff changeset
   143
  If set to `md5`, make sure to use an existing user
ef2715330b92 [doc] Adds information about database authentication.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1193
diff changeset
   144
  of your database.
ef2715330b92 [doc] Adds information about database authentication.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1193
diff changeset
   145
  If set to `ident sameuser`, make sure that your
ef2715330b92 [doc] Adds information about database authentication.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1193
diff changeset
   146
  client's operating system user name has a matching user in
1209
4ec80ee57b19 [doc] Simplify punctation for blocks.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1203
diff changeset
   147
  the database. If not, please do as follow to create a user::
1193
24486ce4dea1 [doc] Improve a little bit postgres configuration and environment variables set-up. Needs to be finalized.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1192
diff changeset
   148
    
24486ce4dea1 [doc] Improve a little bit postgres configuration and environment variables set-up. Needs to be finalized.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1192
diff changeset
   149
    $ su
24486ce4dea1 [doc] Improve a little bit postgres configuration and environment variables set-up. Needs to be finalized.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1192
diff changeset
   150
    $ su - postgres
1440
4fc48f2a1748 [doc] Typos and minor changes.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1405
diff changeset
   151
    $ createuser -s -P username
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   152
1440
4fc48f2a1748 [doc] Typos and minor changes.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1405
diff changeset
   153
  The option `-P` (for password prompt), will encrypt the password with
1201
ef2715330b92 [doc] Adds information about database authentication.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1193
diff changeset
   154
  the method set in the configuration file ``pg_hba.conf``. 
1440
4fc48f2a1748 [doc] Typos and minor changes.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1405
diff changeset
   155
  If you do not use this option `-P`, then the default value will be null
4fc48f2a1748 [doc] Typos and minor changes.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1405
diff changeset
   156
  and you will need to set it with::
1193
24486ce4dea1 [doc] Improve a little bit postgres configuration and environment variables set-up. Needs to be finalized.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1192
diff changeset
   157
    
1440
4fc48f2a1748 [doc] Typos and minor changes.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1405
diff changeset
   158
    $ su postgres -c "echo ALTER USER username WITH PASSWORD 'userpasswd' | psql"
1193
24486ce4dea1 [doc] Improve a little bit postgres configuration and environment variables set-up. Needs to be finalized.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1192
diff changeset
   159
24486ce4dea1 [doc] Improve a little bit postgres configuration and environment variables set-up. Needs to be finalized.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1192
diff changeset
   160
  This login/password will be requested when you will create an
24486ce4dea1 [doc] Improve a little bit postgres configuration and environment variables set-up. Needs to be finalized.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1192
diff changeset
   161
  instance with `cubicweb-ctl create` to initialize the database of
24486ce4dea1 [doc] Improve a little bit postgres configuration and environment variables set-up. Needs to be finalized.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1192
diff changeset
   162
  your application.
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   163
1201
ef2715330b92 [doc] Adds information about database authentication.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1193
diff changeset
   164
.. note::
ef2715330b92 [doc] Adds information about database authentication.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1193
diff changeset
   165
    The authentication method can be configured in ``pg_hba.conf``.
ef2715330b92 [doc] Adds information about database authentication.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1193
diff changeset
   166
1203
746b83d492bb [doc] merge trouble fixed
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1202
diff changeset
   167
746b83d492bb [doc] merge trouble fixed
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1202
diff changeset
   168
.. FIXME Are these steps really necessary? It seemed to work without.
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   169
1209
4ec80ee57b19 [doc] Simplify punctation for blocks.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1203
diff changeset
   170
* Installation of plain-text index extension ::
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   171
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
   172
    cat /usr/share/postgresql/8.3/contrib/tsearch2.sql | psql -U username template1
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   173
1209
4ec80ee57b19 [doc] Simplify punctation for blocks.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1203
diff changeset
   174
* Installation of plpythonu language by default ::
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   175
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   176
    createlang -U pgadmin plpythonu template1
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   177
1405
4233089f7fb2 add mysql configuration section in cubicweb documentation
Stephanie Marcu <stephanie.marcu@logilab.fr>
parents: 1209
diff changeset
   178
MySql configuration
4233089f7fb2 add mysql configuration section in cubicweb documentation
Stephanie Marcu <stephanie.marcu@logilab.fr>
parents: 1209
diff changeset
   179
-------------------
4233089f7fb2 add mysql configuration section in cubicweb documentation
Stephanie Marcu <stephanie.marcu@logilab.fr>
parents: 1209
diff changeset
   180
Yout must add the following lines in /etc/mysql/my.cnf file::
4233089f7fb2 add mysql configuration section in cubicweb documentation
Stephanie Marcu <stephanie.marcu@logilab.fr>
parents: 1209
diff changeset
   181
4233089f7fb2 add mysql configuration section in cubicweb documentation
Stephanie Marcu <stephanie.marcu@logilab.fr>
parents: 1209
diff changeset
   182
    transaction-isolation = READ-COMMITTED
4233089f7fb2 add mysql configuration section in cubicweb documentation
Stephanie Marcu <stephanie.marcu@logilab.fr>
parents: 1209
diff changeset
   183
    default-storage-engine=INNODB
4233089f7fb2 add mysql configuration section in cubicweb documentation
Stephanie Marcu <stephanie.marcu@logilab.fr>
parents: 1209
diff changeset
   184
    default-character-set=utf8
4233089f7fb2 add mysql configuration section in cubicweb documentation
Stephanie Marcu <stephanie.marcu@logilab.fr>
parents: 1209
diff changeset
   185
    max_allowed_packet = 128M
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   186
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
   187
Pyro configuration
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   188
------------------
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
   189
564
8b48724d4c2b some doc typos
Emile Anclin <emile.anclin@logilab.fr>
parents: 271
diff changeset
   190
If you use Pyro, it is required to have a name server Pyro running on your
1440
4fc48f2a1748 [doc] Typos and minor changes.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1405
diff changeset
   191
network (by default it is detected by a broadcast request).
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
   192
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
   193
To do so, you need to :
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   194
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
   195
* launch the server manually before starting cubicweb as a server with
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
   196
  `pyro-nsd start`
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   197
98
f756ead5746a [doc] Initial translation of first two section in installation chapter.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 93
diff changeset
   198
* edit the file ``/etc/default/pyro-nsd`` so that the name server pyro
564
8b48724d4c2b some doc typos
Emile Anclin <emile.anclin@logilab.fr>
parents: 271
diff changeset
   199
  will be launched automatically when the machine fire up
93
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   200
9c919a47e140 [doc] total file reorganisation - phase 1 complete
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
   201