/easyengine-vagrant

Vagrant + EasyEngine = Awesome

Primary LanguageShellGNU General Public License v2.0GPL-2.0

[EasyEngine] (https://github.com/rtCamp/easyengine)-[Vagrant](https://vagrantup.com/)

It is simple Vagrant file to test the easy engine on your any system using Vagrant.

Note: If you are using other that Ubuntu/Debian System, then installation steps will differ, but Setup steps are same.

Installation

  1. First we will install Virtual Box and Vigrant on our system.
sudo apt-get install virtualbox
  1. After that Download Vagrant Latest Version from http://www.vagrantup.com/downloads
  2. Install vagrant
 sudo dpkg -i vagrant_*.deb
  1. Also we need to install vagrant-hostsupdater plugin for Vagrant
  sudo vagrant plugin install vagrant-hostsupdater

Lets Setup Vigrant

  1. You can use any distribution from VigrantCloud that supports EasyEngine. By Default EasyEngine-Vigrant is using ubuntu/precise. To change Distribution open the Vigrantfile and replace ubutnu/precise with box name
git clone git@github.com:gau1991/easyengine-vagrant.git

cd easyengine-vagrant
  1. Now Start the Vagrant
vagrant up
  1. It will setup EasyEngine on Vigrant Box. To Test, point your system browser to http://easyengine.com

  2. To check installation log, open another terminal and use

tail -f easyengine-vagrant/logs/*