Skip to content

Install and use 4store

peshkira edited this page Jun 30, 2012 · 8 revisions

Install and use 4store

This page is deprecated; Scout does not use 4store anymore.


Install

Debian Squeeze (6.0.3)

  1. Add testing and unstable sources to /etc/apt/sources.list
    # Testing and unstable
    deb http://ftp.de.debian.org/debian testing main non-free contrib
    deb http://ftp.de.debian.org/debian unstable main non-free contrib
  1. Maintain Debian as stable by creating /etc/apt/apt.conf.d/30preferstable with the content:
    APT::Default-Release "stable";
  1. Update source and install 4store
    $ sudo apt-get update
    $ sudo apt-get install 4store

Ubuntu Oneiric (11.10)

  1. 4store is already in universe repository
    $ sudo apt-get install 4store

Use

  1. Create a database
    $ sudo 4s-backend-setup watch
  1. Start database backend
    $ sudo 4s-backend watch
  1. Start SPARQL HTTP server
    $ sudo 4s-httpd watch -p 8080