joephayes / monodev-vagrant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#monodev-vagrant

Vagrant config to create Mono development VM

Prerequisites

Download and install the following:

After you have completed the installs, open a command prompt and run the following commands to install the required vagrant plugins:

$ vagrant plugin install vagrant-omnibus
$ vagrant plugin install vagrant-berkshelf

Running

Installation

cd ~
git clone https://github.com/joephayes/monodev-vagrant.git
mkdir vagrant # shared folder. If you want to change it, edit the Vagrantfile

To start the VM change directory to the directory where you cloned the repo and run the following command

$ vagrant up

About


Languages

Language:Ruby 100.0%