Giter Club home page Giter Club logo

easyengine-phpbrew's Introduction

This is a simple Vagrant file to run multiple PHP Version with EasyEngine. Right now this setup is using custom vagrant box ee-phpbrew, created for this project.

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

Vagrant box preinstalled

  1. EasyEngine with Nginx and MySQL
  2. PHP 5.3, 5.4, 5.5 and 5.6

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/trusty64. To change the distribution open the Vagrantfile and replace ubutnu/trusty64 with box name
git clone https://github.com/gau1991/easyengine-phpbrew.git

cd easyengine-phpbrew
  1. Edit ee-hosts file and enter domain names that should be pointed to this vagrant box
    $ cat ee-hosts
    example.com
  1. Now start Vagrant
vagrant up
  1. It will setup EasyEngine on Vagrant Box.
  ee site create example.com --wp
  1. To check installation log, open another terminal and use
tail -f easyengine-vagrant/logs/*
  1. To switch PHP version use command
sudo ee-switch <PHP-VERSION>

easyengine-phpbrew's People

Contributors

gau1991 avatar harshadyeola avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.