Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 617 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 617 Bytes

MOC Vagrant development machine

This repository contains the Vagrant setup for a standrad MOC development machine

The machine uses Ansible for provisioning, and will install Apache 2.4 with php 5.5/7 using php_fpm. It will also install redis, memcache, mongodb, ElasticSearch, MySQL and relevant PHP bindings.

Varnish is installed, and listening on port 80. Apache will listen on port 80.

Install

Make sure that you have Ansible installed on you hosts (ie. your laptop). On MAC OSX install X-Code and then do

sudo easy_install pip
sudo pip install ansible --quiet