ANTFARM/Traceroute/Commands

Database setup commands:

    createdb <environment name> (this only needs to be done once per environment)
    antfarm -e <environment name> db—migrate (this is used to create the tables)
    antfarm -e <environment name> db—reset (this is used to prepare the tables to be filled)

The environment name is Antfarm specific (see link).