Strabon
changeset 1281:3ec1c2e8f6d3 temporals
updated README
author | Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> |
---|---|
date | Sun Oct 20 12:23:58 2013 +0300 (2013-10-20) |
parents | 6dad7863e24d |
children | 2177f4639aae b5fbf3cca0f7 |
files | README endpoint/WebContent/WEB-INF/connection.properties |
line diff
1.1 --- a/README Fri Oct 18 16:35:22 2013 +0200 1.2 +++ b/README Sun Oct 20 12:23:58 2013 +0300 1.3 @@ -24,9 +24,6 @@ 1.4 been designed for representing and querying geospatial data that changes over 1.5 time (e.g., the growth of a city over the years due to new developments). 1.6 1.7 -Currently, only the geospatial features of stSPARQL have been implemented fully. 1.8 -The temporal features have been implemented under the "temporals" branch of the repository. 1.9 - 1.10 Given the very close relationship between stSPARQL and GeoSPARQL which is a 1.11 recent OGC standard for an extension of SPARQL for querying geospatial metadata, 1.12 we recently provided support for the Core, Geometry and Geometry Topology 1.13 @@ -156,7 +153,10 @@ 1.14 1. Install PostgreSQL from http://www.postgresql.org/download/. At the time of 1.15 this writing the latest PostgreSQL version is 9.1. 1.16 2. Install PostGIS from http://postgis.refractions.net/download/. At the time of 1.17 - this writing we have tested Strabon with PostGIS 1.5.3. 1.18 + this writing we have tested Strabon with PostGIS 1.5.3. For the 1.19 + temporal features of stSPARQL download the PostgreSQL temporal extension 1.20 + from here: https://github.com/jeff-davis/PostgreSQL-Temporal and follow 1.21 + the installation guide. 1.22 3. Install Maven from http://maven.apache.org/download.html. At the time of this 1.23 writing the latest Maven version is 3.0.4. 1.24 4. Install Eclipse from http://www.eclipse.org/downloads/. At the time of this 1.25 @@ -295,7 +295,10 @@ 1.26 1. Install PostgreSQL from http://www.postgresql.org/download/. At the time of 1.27 this writing the latest PostgreSQL version is 9.1. 1.28 2. Install PostGIS from http://postgis.refractions.net/download/. At the time of 1.29 - this writing we have tested Strabon with PostGIS 1.5.3. 1.30 + this writing we have tested Strabon with PostGIS 1.5.3. For the 1.31 + temporal features of stSPARQL download the PostgreSQL temporal extension 1.32 + from here: https://github.com/jeff-davis/PostgreSQL-Temporal and follow 1.33 + the installation guide. 1.34 3. Install Maven from http://maven.apache.org/download.html. At the time of this 1.35 writing the latest Maven version is 3.0.4. 1.36 4. Install Eclipse from http://www.eclipse.org/downloads/. At the time of this
2.1 --- a/endpoint/WebContent/WEB-INF/connection.properties Fri Oct 18 16:35:22 2013 +0200 2.2 +++ b/endpoint/WebContent/WEB-INF/connection.properties Sun Oct 20 12:23:58 2013 +0300 2.3 @@ -1,6 +1,6 @@ 2.4 hostname=localhost 2.5 port=5432 2.6 dbengine=postgis 2.7 -password=postgres 2.8 -dbname=endpoint 2.9 +password=p1r3as 2.10 +dbname=npd 2.11 username=postgres