| 1 | From scratch: |
| 2 | Get the Virtuoso package provided by Francois. |
| 3 | These are zipped information, plz refer to the official guide for better explenation. |
| 4 | |
| 5 | Install the required packages: |
| 6 | |
| 7 | {{{ |
| 8 | sudo aptitude install autoconf automake libtool flex bison gperf gawk m4 make libssl-dev |
| 9 | tar xzvf virtuoso.tar.gz |
| 10 | cd virtuoso |
| 11 | ./configure --prefix=/usr/local |
| 12 | make |
| 13 | sudo make install |
| 14 | cd /usr/local/var/lib/virtuoso/db/ |
| 15 | sudo virtuoso-t -f & |
| 16 | }}} |
| 17 | |
| 18 | I'll add asap the config to expose your service if you are using virtuoso inside a virtual box machine. |
| 19 | |
| 20 | |
| 21 | |
| 22 | ---- |
| 23 | |