inoui / MageVagrant

Vagrant/Chef base box for running Magento

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MageVagrant

MageVagrant is a complete LAMP development environment for Magento. Specially created for the Magento Developer's Guide book.

Features

  • Automatic setup and configuration of Magento instances
  • Automated checkout from the SVN
  • Automated Database creation
  • Magento TAF (Test Automated Framework) receipe included

Requirements

You will need the following software installed:

Installation

Getting MageVagrant up and running is as easy cloning the repo

git clone https://github.com/amacgregor/MageVagrant.git magevagrant

And running the Vagrant box

cd magevagrant/
vagrant up

This will setup a full LAMP development environment and checkout,configure and enable a default Magento 1.7 ready to be installed

About

Vagrant/Chef base box for running Magento