ANTFARM/Traceroute/Commands
From Wikibooks, open books for an open world
< ANTFARM | Traceroute
Database setup commands:
createdb <environment name> (this only needs to be done once per envioronment)
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).