Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
/ vagrant-devbox Public archive

Vagrant configuration for PHP, nginx, mongodb, mysql, memached. Also includes Sass.

Notifications You must be signed in to change notification settings

evansims/vagrant-devbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-devbox

Avast, me hearties! This here be my Vagrant setup for PHP development. It be includin' Nginx, MySQL, MongoDB, memcached and, as one might be expectin', PHP. It also has odds and ends a code wielding swashbuckler such as yourself might use, such as Sass.

Note — This project is inspired by Dirk Pahl's work but is not a fork of it.

Install

  1. Install VirtualBox and Vagrant. Duh.
  2. Grab a box. I built this package to target "base", and I expect you to be using the precise64 box. You'll need to make modifications if this isn't the case. You can install this box by using vagrant box add base http://files.vagrantup.com/precise64.box
  3. Clone this here repository.
  4. Install submodules with a quick git submodule update --init
  5. Bring everything online with vagrant up. Puppet will deal with installation and configuration of the services.
  6. You can access your server at http://localhost:8080

About

Vagrant configuration for PHP, nginx, mongodb, mysql, memached. Also includes Sass.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages