Versions Compared

Key

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

This installation manual is valid for the latest release of ODN (currently v 1.2.02). If you need instructions how to perform installation of some earlier version of ODN, please see the detailed information about each release on GitHub

...

Steps to configure FQDN

  1. to get ip address of host 
    IP_ADDRESS=`/sbin/ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}'`to set FQDN - where host is accessible via my-computer.my-domain.ext 
  2. echo "$IP_ADDRESS add this line at the beginning of /etc/hosts: "127.0.1.1 my-computer.my-domain.ext my-computer " >> /etc/hosts
  3. to verify if host is set properly 
    hostname -Af


Configuration of java for tomcat

...