Skip to content

Installing DataFAQs

timrdf edited this page Sep 14, 2012 · 19 revisions

What's first

What we'll cover

Let's get to it

Choose where you would like to install DataFAQs and clone the git repository:

cd /opt
sudo git clone git://github.com/timrdf/DataFAQs.git
export DATAFAQS_HOME=/opt/DataFAQs

requires rapper, csv2rdf4lod-automation, will likely require tdb

Installing faqt.py

faqt.py extends sadi.py to provide additional service metadata and provenance. You need to install it if you are developing or deploying a FAqT Service.

bash-3.2$ easy_install https://github.com/timrdf/DataFAQs/raw/master/packages/faqt.python/dist/faqt-0.0.1-py2.7.egg

Creating /usr/lib/python2.7.2/site-packages/site.py
Downloading https://github.com/timrdf/DataFAQs/raw/master/packages/faqt.python/dist/faqt-0.0.1-py2.7.egg
Processing faqt-0.0.1-py2.7.egg
Moving faqt-0.0.1-py2.7.egg to /usr/lib/python2.7.2/site-packages
...

Installed /Users/lebot/afrl/usr/lib/python2.7.2/site-packages/faqt-0.0.1-py2.7.egg
...

Installed /Users/lebot/afrl/usr/lib/python2.7.2/site-packages/surf.rdflib-1.0.0_r338-py2.7.egg
...

Installed /Users/lebot/afrl/usr/lib/python2.7.2/site-packages/rdfextras-0.2-py2.7.egg
...

Installed /Users/lebot/afrl/usr/lib/python2.7.2/site-packages/SuRF-1.1.4_r352-py2.7.egg
...

Installed /Users/lebot/afrl/usr/lib/python2.7.2/site-packages/rdflib-3.2.1-py2.7.egg
...

Installed /Users/lebot/afrl/usr/lib/python2.7.2/site-packages/pyparsing-1.5.6-py2.7.egg
...

Installed /usr/lib/python2.7.2/site-packages/simplejson-2.6.1-py2.7-macosx-10.8-intel.egg
...

Installed /usr/lib/python2.7.2/site-packages/isodate-0.4.8-py2.7.egg
Finished processing dependencies for faqt==0.0.1

What's next

Clone this wiki locally