Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.11 KB

PHP Development box

A simple Ubuntu 14.04 Vagrant Box for developing web applications in PHP, provisioned with Ansible. This box uses a base image created by PHPacker in order to cut down on the provisioning time.

What's included?

  • Nginx
  • PHP 5.6
  • Composer
  • PostgreSQL 9.4
  • Nodejs

Requirements

Optional

Getting started

$ git clone https://github.com/kevinbungeneers/PhpDevBox.git && cd PhpDevBox
$ vagrant up

Executing the above will set you up with a fresh Ubuntu 14.04 install running the bare essentials for developing PHP web applications.

Configuring

Configuring a role can be done by editing its respective variable file. Each role has it's own defaults in provisioning/{role}/defaults/main.yml which are overwritten by the ones defined in provisioning/variables/{role}.yml