KNIME Server Installation

  • Get a server, better be sudoer… 😉
  • Install Java 8 – http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html
  • take care that /opt and /srv/knime-server has write rights for the user you created to perform the install
  • knime-installation user: tomcat

    Start/Stop server:
    /opt/apache-tomee-plus-1.7.1/bin/shutdown.sh
    /opt/apache-tomee-plus-1.7.1/bin/startup.sh

    WebPortal:
    http://knime-srv1:8080/com.knime.enterprise.server/

    add users / roles modify:
    /opt/apache-tomee-plus-1.7.1/conf/tomcat-users.xml

    install additional features:
    director/director -r <list-of-update-sites> -i <list-of-features> -bundlepool <knime-installation-directory> -d <knime-installation-directory>
    test it:
    ~/knime_server_installation_4.0.0/director/director -r http://www.knime.org/update/2.11 -i org.knime.features.ext.jep.feature.group -bundlepool /opt/knime -d /opt/knime