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

A simple Vagrant Box for developing web applications in PHP

License

Notifications You must be signed in to change notification settings

kevinbungeneers/PHPDevBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Vagrant Box for developing web applications in PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages