Changes between Version 5 and Version 6 of UbuntuInstallation

Show
Ignore:
Timestamp:
2010/02/09 15:26:58 (14 years ago)
Author:
bonnal
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuInstallation

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