forked from openpreserve/scout
-
Notifications
You must be signed in to change notification settings - Fork 0
Install and use 4store
peshkira edited this page Jun 30, 2012
·
8 revisions
This page is deprecated; Scout does not use 4store anymore.
- 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
- Maintain Debian as stable by creating /etc/apt/apt.conf.d/30preferstable with the content:
APT::Default-Release "stable";
- Update source and install 4store
$ sudo apt-get update $ sudo apt-get install 4store
- 4store is already in universe repository
$ sudo apt-get install 4store
- Create a database
$ sudo 4s-backend-setup watch
- Start database backend
$ sudo 4s-backend watch
- Start SPARQL HTTP server
$ sudo 4s-httpd watch -p 8080