-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
21 lines (16 loc) · 911 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
App::IBIS - We have issues.
This is an app initially designed to demo my RDF-KV protocol, but
it has also turned out to be useful for kicking the tires on my IBIS
vocabulary. See http://vocab.methodandstructure.com/ibis# .
Before you begin, get JQuery by running script/get-jquery, which is a
happy medium between sourcing it on the fly and bundling it in this
project.
Also, be sure to run the Makefile.PL to fetch dependencies. Note:
Catalyst may complain unless you install Catalyst::Devel via cpan.
You will also need to change the database parameters in app_ibis.conf
to something sane, and note the latest Redland bindings for Perl are
not on CPAN. You can either install it through some other mechanism
(e.g. apt-get or homebrew) or see the RDF::Trine::Store documentation
for alternative storage mechanisms.
When you're ready, run script/app_ibis_server.pl and connect to
http://localhost:3000/ .