[okfn-help] Simple RDF Application Install
William Waites
william.waites at okfn.org
Sun Jul 11 19:56:25 BST 2010
Streamlined the setup a bit more, quite easy indeed now. I'm
not sure how it could be made easier
http://knowledgeforge.net/pdw/ontosrv/file/tip/README.txt
Or this little shell script:
#!/bin/sh
virtualenv ontosrv_test
cd ontosrv_test
. ./bin/activate
pip install rdflib==2.4.2 ## optional for SPARQL
pip install -e hg+http://ordf.org/src/#egg=ordf
pip install -e hg+http://ordf.org/src/ontosrv/#egg=ontosrv
pip install docutils ## optional for ReStructuredText
paster make-config ontosrv development.ini
paster setup-app development.ini
mkdir data
ordf_load_n3
ordf_load_n3 -p ordf.onto -b http://ordf.org/lens/
paster serve development.ini
--
William Waites <william.waites at okfn.org>
Mob: +44 789 798 9965 Open Knowledge Foundation
Fax: +44 131 464 4948 Edinburgh, UK
RDF Indexing, Clustering and Inferencing in Python
http://ordf.org/
More information about the okfn-help
mailing list