Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Now PostGreSQL and PostGIS have been installed we need to create the Data Share database. This is done using PGAdmin III.

  • Select Start>Programs>PostgreSQL 9.0>PGAdminIII

pgAdmin Connect to Server

  • Double click on the PostgreSQL Database Server to connect
  • Enter the password for the postgres user that you entered when you installed PostgreSQL and click OK.

 

pgAdmin Connect to Server

  • Right click on Login Roles and select New Login Role

pgAdmin Connect to Server

  • On the Properties tab enter the following:

Role Name: iShareData

Password: isharedata

  • Click on the Role Privileges tab.

pgAdmin Connect to Server

  • Check the Superuser checkbox which will automatically select the Can modify catalogue directly entry.
  • Click OK

 

pgAdmin Connect to Server

  • Right click on Databases and select New Database

pgAdmin Connect to Server

  • Enter the following:

Name: iShareData_XXX where XXX = Customer short name, e.g. iShareData_CCC

Owner: iShareData

Encoding: UTF-8

Tablespace: pg_default

  • Click OK

Now the database has been created, we need to run AstunPG Installer in order to install the specific Astun functions and tables.

  • No labels