Skip to content

paulchubatyy/vagrant-chef-nginx-php_fpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nginx + PHP-FPM provisioned by chef-solo on Vagrant

Vagrant is a tool for building and distributing virtualized development environments.

By providing automated creation and provisioning of virtual machines using Oracle’s VirtualBox, Vagrant provides the tools to create and configure lightweight, reproducible, and portable virtual environments. For more information, see the part of the getting started guide on “Why Vagrant?

Quick Start

First, make sure your development machine has VirtualBox installed. The setup from that point forward is very easy, since Vagrant is simply a rubygem.

gem install vagrant

To build your this Nginx + PHP-FPM virtual environment:

<clone this git repo>
<cd into the Git repo>
vagrant box add ubuntu_11.04_server_amd64 http://dl.dropbox.com/u/7490647/talifun-ubuntu-11.04-server-i386.box
vagrant up

About

Nginx + PHP-FPM on Vagrant environment provisioned with chef-solo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published