Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Add ODN packages repository into apt-sources-list: 

    Code Block
    languagebash
    echo "deb http://packages.comsode.eu/debian/ wheezy main" > /etc/apt/sources.list.d/odn.list
  2. Add ODN public key: 

    Code Block
    wget -O - http://packages.comsode.eu/key/odn.gpg.key | apt-key add -
  3. Update apt sources: 

    Code Block
    aptitude update
  4. install ODN box: 

    Code Block
    aptitude install odn-simple
    Note

    tomcat 7 uses by default java 6 so it is necessary to change default java for tomcat.

    Edit /etc/default/tomcat7, update JAVA_HOME.

    JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64

 

Info
titleVirtuoso

System requires the following user input during the installation process:

  • Virtuoso passwords: dba
  • Virtuoso port: (no need to define = press ENTER)

 

In case of fresh clean Debian Wheezy installation the steps described above should work, no other commands are required, however in some cases some python dependency problems has been detected (when the Debian environment was created as a result of virtualization). 

...