Boot up the Vagrant virtual machine:
$ vagrant up
Build a specific recipe with fpm-cookery:
$ RECIPE=<recipe-name> vagrant provision
The final packages will be located here:
$ ls recipes/<recipe-name>/pkg/
Alternatively, ssh into the VM and use fpm-cook
directly:
$ vagrant ssh
vm$ cd /vagrant/recipes/<recipe-name>
vm$ sudo fpm-cook
I'll add this to https://github.com/norcams/fpm-refinery and tag a 0.1.0 once I get a bootstrap I'm satisfied with. Thanks for the shoutout!