ANTFARM/Traceroute/Instructions

To be able to use the Postgreql database in Antfarm, the following needs to be done (as root):

    apt-get install postgresql postgresql-client postgresql-client-common postgresql-server-dev-8.3
    su - postgres

at the prompt:

    $ createuser <user name>
    Shall the new role be a superuser? (y/n) y
    $ exit