├── .gitignore ├── README.md ├── Vagrantfile └── bootstrap.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbaker/simple-magento-vagrant/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbaker/simple-magento-vagrant/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbaker/simple-magento-vagrant/HEAD/Vagrantfile -------------------------------------------------------------------------------- /bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbaker/simple-magento-vagrant/HEAD/bootstrap.sh --------------------------------------------------------------------------------