-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
For installing the GeoKnow Generator Workbench you can have a preconfigured system within a debian package, or you can make your own configuration from sources.
The GeoKnow Generator UI is available in the Linked Data Stack repository. It supports the Ubuntu 14.04, 64bit LTS operating system. You need to install repository distribution described here. Then, you need to install the components in the following order:
-
Virtuoso, set super user as dba/dba preferaby, as the workbench has these creedencials precinfigured, otherwise you may requre to configure the workbench later:
# install virtioso with dba/dba as user/password sudo apt-get install virtuoso-opensource
-
FAGI-GIS
# installing FAGI sudo apt-get install fagi-gis-common sudo apt-get install fagi-gis sudo apt-get install fagi-gis-service
-
FACETE2 : Facete2 is installed separately because it requires input from the user to define user/password for the postgres database that is used for??
# installing FACETE2 sudo apt-get install facete2-tomcat7
-
Sparqlify: Sparqlify is installed separately because it requires input from the user to define user/password for the postgres database that is used for??
# installing Sparqlify sudo apt-get install sparqlify-tomcat7
-
GeoKnow Generator: this package will install: spring-batch-admin-geoknow, coevolution-debian-package, limes-service, deer-service, triplegeo-service, and esta-ld
# installing the geoknow generator workbench sudo apt-get install geoknow-generator-ui
-
Now the software is installed, now you need to setup the workbench.
This installation will only install the Workbench web application, you are required to install the dependencies first.
Mandatory dependencies:
- Virtuoso-opensource as the main RDF triple store and security grapm management.
- spring-batch-admin-geoknow
- Coevolution for data versioning and repair.
Optional dependencies:
- Limes-Service for iterlinking data.
- Facete, a faceted browser.
- Sparqlify, a SPARQL-SQL rewriter.
- Deer-Service, a Linked Data enrichment tool.
- TripleGeo-Service for extracting geospatial features into RDF triples.
- FAGI-gis, a geospatioal data fusing tool.
- Mappify, a widget generator tool of geospatial data
- OntoWiki, an authoring tool.
For installing from sources you can:
- Clone this repository or download a specific release,
- follow the configuration instructions and
- use
maven package
to package the sources in a war file and deploy it on a servlet container. - once the software is installed, now you need to setup the workbench.
It is required that you increase your Java heap memory in tomcat. We recommend to use 2Gb of memory since several applications are using tomcat. You need to edit the default tomcat configuration:
sudo gedit /etc/default/tomcat7
and set the following JAVA_OPTS:
JAVA_OPTS="-Djava.awt.headless=true -Xmx2g -XX:+UseConcMarkSweepGC"
and restart tomcat:
sudo service tomcat7 restart
#Home
- Dashboard
- Import RDF
- Sparqlify
- TripleGeo-Sercvice
- Virtuoso SPARQL Endpoint
- Mapify
- Facete
- OntoWiki
- LIMES
- FAGI-gis
- DEER
- Public-Private Data Coevolution