~geospatial-addons-core-editors/geospatial-addons/7.0

« back to all changes in this revision

Viewing changes to doc/source/installation.rst

  • Committer: nicolas.bessi at camptocamp
  • Date: 2012-03-06 09:20:07 UTC
  • Revision ID: nicolas.bessi@camptocamp.com-20120306092007-qx823bcnxe78041c
[TYPO] of doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
PostGIS database template
8
8
***************************
9
9
 
10
 
In order to create database from OpenERP client you have to create a PostGis database template.
11
 
Under windows this template is allready available in installer.
 
10
In order to create databases from the OpenERP client, you have to create a PostGis database template.
 
11
Under windows, this template is already available in installer.
12
12
 
13
 
On other *NIX system you simply have to launch the create_postgis_template.sh script available in the base_geoengine module in scripts folder.
 
13
On other *NIX, system you simply have to launch the create_postgis_template.sh script available in the base_geoengine module in the scripts folder.
14
14
This should be done by a PostgreSQL superuser.
15
15
 
16
 
In order to test the succes::
 
16
In order to test the success::
17
17
 
18
18
 psql -l
19
 
 template_postgis                | owner                               | UTF8     | en_US.UTF-8 | en_US.UTF-8 |
20
 
 
21
 
 
22
 
If you want to install geoengine on an exisiting database please refere to the Postgisify section.
 
19
 template_postgis | owner | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
 
20
 
 
21
 
 
22
If you want to install GeoEngine on an exisiting database, please refer to the Postgisify section.
23
23
 
24
24
***************
25
25
OpenERP
34
34
 db_template = template_postgis
35
35
 
36
36
 
37
 
Do not forget do add GeoEngine modules to your addons path.
 
37
Do not forget to add the GeoEngine modules to your addons path.
38
38
 
39
 
Then install (eventually update module list) the base GeoEngine module form OpenERP client.
 
39
Then install (eventually update module list) the base GeoEngine module form the OpenERP client.