ANTFARM/Traceroute/Instructions

From Wikibooks, open books for an open world
(Redirected from Instructions)
Jump to navigation Jump to search

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