it's the types of ants. see www.typesofants.org.
To learn about the architecture and how everything works, see the developer guide documents here.
- Log onto the host running the database, likely
antworker000
. - Run
cd ~/types-of-ants/projects/ant-data-farm
anddocker-compose up -d ant-data-farm
to run the database. - Make sure it succeeds.
- Log onto the host running the tweet job, I think it's
antworker000.hosts.typesofants.org
withssh2ant 000
. - Make sure the database is up.
- Run
cd ~/types-of-ants/projects/ant-who-tweets
and runnohup cargo run & disown
to start the tweet job.
- Log onto the host
ssh2ant <hostnum>
- Run
cd ~/types-of-ants/projects/ant-host-agent
- Make sure there is a
.env
withHOST_AGENT_PORT
defined to a port number, likely 4499. - Run the program with
nohup cargo run & disown
to make sure it does not get killed when you exit.