News Feed
Jobs Feed
Sections




News Archive
DZone.com:
Creating a virtual server with Vagrant a practical walkthrough
November 18, 2011 @ 08:18:45

On DZone.com there's a new post from Giorgio Sironi looking at how to automate a build of a virtual server with Vagrant, setting up a LAMP-based development instance.

Vagrant ia a tool for building virtual machines (in VirtualBox's format) that conforms to a specification. It's written in Ruby, but it makes really no assumptions over the environments that you're gonna build; in this article, we will setup a virtual server for PHP applications running inside Apache.

The end result is a virtual machine based on VirtualBox images and can be built in a few easy steps:

  • install the vagrant gems on the build system
  • add a new virtual box instance pointed to a .box file
  • create the Vagrant config (including the commands to run post-create)
  • set up a little port forawrding
  • creating a phpinfo file and starting up Apache

One suggested place for grabbing images (some with pre-defined software) is Bitnami's "Stacks" repository.

0 comments voice your opinion now!
vagrant ruby gem install tutorial virtualbox image build


blog comments powered by Disqus

Similar Posts

Sameer Borate's Blog: Google Translation PHP wrapper

php|architect: Introduction to Solar

Gonzalo Ayuso: Handling several DBALs in Symfony2 through the Dependency Injection with PHP

PHPMaster.com: Artisan and Laravel Migrations

Zend Developer Zone: Creating Code Coverage Statistics with xdebug


Community Events











Don't see your event here?
Let us know!


code unittest language framework tool testing phpunit functional development conference introduction community example zendframework2 podcast interview release series object opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework