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-frame
if you have any improvements to recommend.
git clone
the repository link into the directory of your choice.
- Optionally: Rename the
vagrant-frame
folder.
cd vagrant-frame
(or whatever you named it) to navigate into the cloned folder.rm ./.git
to remove the git information.git init
to set up a new project in the directory.