/Vagrant

vagrant images for different handling.

Primary LanguageRuby

Vagrant

vagrant images for different handling.

mean

See http://mean.io/#!/ - this is an example to create a CentOS-7 image with men.io installed.

Steps

Clone the repository:

git clone git@github.com:Scrier/Vagrant.git

Start the vagrant file:

cd Vagrant/mean
vagrant up
vagrant ssh

Inside vagrant run the install script.

cd /vagrant
sudo ./install.sh

Follow instructions on mean.io to work with your project.