rjbaker / simple-magento-vagrant

A VERY simple Magento environment provisioner for Vagrant
251 stars 113 forks source link
magento shell vagrant

simple-magento-vagrant

A VERY simple Magento environment provisioner for Vagrant.

Magento & Vagrant

Getting Started

Prerequisites

The first time you run this, Vagrant will download the bare Ubuntu box image. This can take a little while as the image is a few-hundred Mb. This is only performed once.

Vagrant will configure the base system before downloading Magento and running the installer.

Usage

Full Vagrant command documentation

Sample Data

Sample data is automatically downloaded and installed by default. However, it's a reasonably large file and can take a while to download.

"I don't want sample data"

Sample data installation can be disabled:

"I have already downloaded the sample data"

Todo

Why no Puppet/Chef? Admittedly, Puppet and Chef are excellent solutions for predictable and documented system configurations. The emphasis for this provisioner is on unopinionated simplicity. There are some excellent Puppet / Chef Magento configurations on Github with far more bells and whistles.