Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vizualabstract/magento-vagrant-bootstrap
Based on simple-magento-vagrant by r-baker, a Vagrantfile for a Magento server
https://github.com/vizualabstract/magento-vagrant-bootstrap
Last synced: about 2 months ago
JSON representation
Based on simple-magento-vagrant by r-baker, a Vagrantfile for a Magento server
- Host: GitHub
- URL: https://github.com/vizualabstract/magento-vagrant-bootstrap
- Owner: VizualAbstract
- Created: 2015-06-10T23:08:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-12T05:24:37.000Z (over 9 years ago)
- Last Synced: 2024-04-16T06:59:38.869Z (9 months ago)
- Language: Shell
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Magento + Vagrant + VirtualBox
==============================Get up and running with Magento using Vagrant & VirtualBox. Based on [simple-magento-vagrant](https://github.com/r-baker/simple-magento-vagrant)
![Magento + Vagrant + VirtualBox](http://host.coreycapetillo.com/git/media/vagrant-magento-virtualbox.png?v=2)
## Quickstart Installation
* Install [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
* Install [Vagrant](http://www.vagrantup.com/)
* In your project directory, run `vagrant up`## Features
* Ubuntu (Trusty64)
* PHP5
* MySQL
* Git
* Magerun
* Modman
* Compass/Sass## Configuration
Before running `vagrant up`, it's recommended that you go over the pre-configuration options listed in the Vagrantfile and adjust them to your needs.| Variable Name | Default Value |
| :-- | --: |
| magento_version | 1.9.1.0 |
| magento_sampleVersion | 1.9.0.0 |
| magento_sampleData | true |
| magento_adminUser | admin |
| magento_adminPassword | password123 |
| magento_dbUser | magento |
| magento_dbPass | magento |
| magento_dbName | magento |
| magento_url | http://127.0.0.1:8080 |
| use_git | true |
| use_magerun | true |
| use_modman | true |
| use_compass | true |