alum
alum copied to clipboard
Make it easy to build and deploy
Ideally, this means creating a Makefile that can do the following:
- Build www_alum
- Generate a tarsnap key
- Generate smtpd.pem
We should also have documentation that makes it apparent how to set up a new instance of alum from scratch on your local computer. Something like:
On your development computer:
- Install Go version X.Y.Z and ansible-playbook.
make tarsnap.keymake smtpd.pemmake www_alumand uncomment the www_alum role- Edit inventory.ini
ansible-playbook ...