Skip to content

HW-SWeL/GelDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

GelDB

Dependencies

  • Fuseki: Triplestore for storing the data
  • Elda: a Java implementation of the Linked Data API specification; needs to be deployed in a Web Serlet Engine such as Tomcat
    • elda-common.war
    • elda-assets.war
  • Web server running PHP

Getting Started

  • Download and unpack Fuseki
  • Start Fuseki in standalone server mode fuseki-server --loc=dir /gdb where --loc=dir is the directory for the database and gdb is the name of the database, e.g. the database directory could be /etc/fuseki/databases/gdb
  • Deploy the elda configuration file (config.ttl) to /etc/elda/conf.d/elda-common
    • elda-common is the name of the LDA app being deployed
    • currently GelDB does not rename this in any way
  • Drop the two elda war files (without version numbers) into the tomcat webapps directory and start tomcat
  • Deploy application files to webserver ensuring to change the base href in index.html to the appropriate deployment location.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published