A lightweight template for getting started with Vagrant and Chef.
- Facilitates setting up new projects.
- Repository can be cloned and easily set up as a new project.
There are two ways to benefit from vagrant-frame.
- Optionally: Make a pull request back into
vagrant-frameif you have any improvements to recommend.
git clonethe repository link into the directory of your choice.
- Optionally: Rename the
vagrant-framefolder.
cd vagrant-frame(or whatever you named it) to navigate into the cloned folder.rm ./.gitto remove the git information.git initto set up a new project in the directory.