Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.02 KB

VMware has ended active development of this project, this repository will no longer be updated.

vagrant-guests-photon Build Status Coverage StatusGem Version

This is a Vagrant plugin that adds VMware Photon guest support.

Installation

$ vagrant plugin install vagrant-guests-photon

Development

To build and install the plugin directly from this repo:

$ bundle install
$ bundle exec rake build
$ vagrant plugin install pkg/vagrant-guests-photon-1.0.2.gem

You can run RSpec with:

$ bundle install
$ bundle exec rake