Skip to content

Instantly share code, notes, and snippets.

@k2works
Last active August 29, 2015 14:10
Show Gist options
  • Save k2works/6a9d1a8deafc77c7fc12 to your computer and use it in GitHub Desktop.
Save k2works/6a9d1a8deafc77c7fc12 to your computer and use it in GitHub Desktop.
Vagrantでknife soloをする準備
$ knife cookbook create emacs-env -o .
$ cd emacs-env
$ berks init
$ rm Vagrant
$ vagrant init ubuntu/trusty64
$ vagrant up
$ vagrant ssh-config --host emacs-env >> ~/.ssh/config
$ knife solo prepare emacs-env --bootstrap-version 11.10.4
$ knife solo cook emacs-env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment