-
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-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
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.
It is required that you increase your Java heap memory in 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 -Xmx1g -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