packer template files.
I created this repository, inspired by https://github.com/hnakamur/my-packer-template-files. Ubuntu-12.04-x86_64 template is originally based on mitchellh/packer-ubuntu-12.04-docker.
- Download VirtualBox.
- Download Packer.
- Execute command of
packer build template.json
. - Build Vagrant box!
- Execute command of
vagrant box add new-vagrant-box-name build.box
.
- Download Vagrant.
- Install vagrant-omnibus-plugin
- Install vagrant-berkshelf-plugin
- Execute command of
vagrant up
- Provision chef
vagrant provision
MIT.