< ANTFARM < Traceroute

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

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.