Hi,

i'm trying to upgrade this guide on how to set up a local linked data mirror:
https://joernhees.de/blog/2014/11/10/setting-up-a-local-dbpedia-2014-mirror-with-virtuoso-7-1-0/

As 7.2.0 seems to have heavily updated the debian package, i'd now like to 
properly use it instead of my old guerrilla style
```
sudo cp debian/init.d /etc/init.d/virtuoso-opensource &&
sudo chmod a+x /etc/init.d/virtuoso-opensource &&
sudo bash debian/virtuoso-opensource.postinst.debhelper
```

So, i finally succeeded compiling and installing debian packages from the the 
current develop/7 branch on Ubuntu 14.04 LTS following these:
https://github.com/openlink/virtuoso-opensource/issues/342
http://serverfault.com/questions/631673/virtuoso-opensource-7-1-how-do-i-build-an-ubuntu-deb-package-that-includes-isql

The only thing i'm now missing is the dbpedia.vad package...
Is it correct to just run the following?
```
./configure --with-layout=debian --enable-dbpedia-vad
cd binsrc
make
sudo cp dbpedia/dbpedia*.vad /usr/share/virtuoso-opensource-7/vad/
```

And is there maybe a much easier approach that i'm missing?

Best,
Jörn


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to