Installation and Setup for advanced Linux users - AKSW/cubeviz.ontowiki GitHub Wiki
These instructions are for advanced Linux users, that are familiar with command line, git and make.
OntoWiki
You need a running OntoWiki instance with Virtuoso backend. If thats the case for you, please jump to the next step. If not, read this Wiki posts:
Your OntoWiki should be in branch master.
CubeViz
Before you start, please read About pages and Requirements to be sure that your machine fits the requirements.
Lets assume that you have a running OntoWiki instance. Open the terminal and switch to extensions folder of your (previously) installed OntoWiki.
cd OW_ROOT/extensions
Now clone CubeViz repository into the folder named cubeviz, switch into it and checkout master branch.
git clone https://github.com/AKSW/cubeviz.ontowiki.git cubeviz && cd cubeviz && git checkout master
You are one step away from finished the installation. Only execute ...
make install
.. and now, enjoy CubeViz! :)