Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.38 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.38 KB

This is a simple Vagrant file to test EasyEngine 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 Vagrant on our system.
sudo apt-get install virtualbox
  1. After that download the latest version of Vagrant from http://www.vagrantup.com/downloads
  2. Install vagrant
 sudo dpkg -i vagrant_*.deb
  1. You will also need to install vagrant-hostsupdater plugin for Vagrant
  sudo vagrant plugin install vagrant-hostsupdater

Let's setup Vagrant

  1. You can use any distribution from VagrantCloud that supports EasyEngine. By default EasyEngine-Vagrant uses ubuntu/precise. To change the distribution open the Vagrantfile and replace ubutnu/precise with box name
git clone [email protected]:gau1991/easyengine-vagrant.git

cd easyengine-vagrant
  1. Now start Vagrant
vagrant up
  1. It will setup EasyEngine on Vagrant 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/*