Bienvenue sur PostGIS.fr

Bienvenue sur PostGIS.fr , le site de la communauté des utilisateurs francophones de PostGIS.

PostGIS ajoute le support d'objets géographique à la base de données PostgreSQL. En effet, PostGIS "spatialise" le serverur PostgreSQL, ce qui permet de l'utiliser comme une base de données SIG.

Maintenu à jour, en fonction de nos disponibilités et des diverses sorties des outils que nous testons, nous vous proposons l'ensemble de nos travaux publiés en langue française.

source: trunk/workshop-foss4g/installation.rst @ 1

Revision 1, 2.1 KB checked in by djay, 13 years ago (diff)

Initial import of the svn tree

RevLine 
[1]1.. _installation:
2
3Section 2: Installation
4=======================
5
6We will be using the OpenGeo Suite as our software package, as it includes PostGIS/PostgreSQL in a single fast installation for Windows, Apple OS/X, and Linux. The Suite also includes GeoServer, OpenLayers, and a number of web visualization utilities.
7
8.. note::
9
10  If you want to install just PostgreSQL, it can also be downloaded directly as source code or binary from the PostgreSQL project site: http://postgresql.org/download/. After installing PostgreSQL, use the "StackBuilder" utility to add the PostGIS extension.
11
12.. note:: 
13
14  The precise directions in this document are for Windows, but for OS/X the installation is largely the same. Once the Suite is installed, the directions for both operating systems should be almost identical. 
15
16#. In the directory :file:`postgisintro\\software\\` you will find the OpenGeo Suite installer entitled  :file:`opengeosuite-2.4.3.exe` (on OS/X, :file:`opengeosuite-2.4.3.dmg`).  Double click to execute.
17
18#. Enjoy the warm welcome, courtesy of OpenGeo, then click **Next**.
19
20   .. image:: ./screenshots/install_01.png
21
22
23#. The OpenGeo Suite is licensed under the GNU GPL, which is reproduced on the licensing page.  Click **I Agree**.
24
25   .. image:: ./screenshots/install_02.png
26
27
28#. The directory where the OpenGeo Suite will reside is the usual ``C:\Program Files\`` location. The data will be placed in your home directory, under the :file:`.opengeo` directory.  Click **Next**.
29
30   .. image:: ./screenshots/install_03.png
31
32
33#. The installer will create a number of shortcuts in the OpenGeo folder in the Start Menu. Click **Next**.
34
35   .. image:: ./screenshots/install_04.png
36
37
38#. All the components of the Suite are mandatory at this point. Click **Next**.
39
40   .. image:: ./screenshots/install_05.png
41
42
43#. Ready for install!  Click **Install**.
44
45   .. image:: ./screenshots/install_06.png
46
47
48#. The installation process will run for a couple of minutes.
49
50   .. image:: ./screenshots/install_07.png
51
52
53#. When the installation is complete, launch the Dashboard to start the next section of the workshop! Click **Finish**.
54
55   .. image:: ./screenshots/install_08.png
56
57
Note: See TracBrowser for help on using the repository browser.