Skip to content

A template for Vagrant projects in Virtualbox provisioned by Chef

Notifications You must be signed in to change notification settings

Rikoru/vagrant-frame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Vagrant Frame

A lightweight template for getting started with Vagrant and Chef.

Why?

  • Facilitates setting up new projects.
  • Repository can be cloned and easily set up as a new project.

How to Use It

There are two ways to benefit from vagrant-frame.

Method 1: Forking

  1. Follow Github's forking instructions.
  • Optionally: Make a pull request back into vagrant-frame if you have any improvements to recommend.

Method 2: Cloning

  1. git clone the repository link into the directory of your choice.
  • Optionally: Rename the vagrant-frame folder.
  1. cd vagrant-frame (or whatever you named it) to navigate into the cloned folder.
  2. rm ./.git to remove the git information.
  3. git init to set up a new project in the directory.