项目作者: Rikoru

项目描述 :
A template for Vagrant projects in Virtualbox provisioned by Chef
高级语言: Ruby
项目地址: git://github.com/Rikoru/vagrant-frame.git
创建时间: 2017-10-20T21:33:40Z
项目社区:https://github.com/Rikoru/vagrant-frame

开源协议:

下载


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.