It just Works!!
This repo will allow you to run a vagrant box for local Magento development. This was developed to fix the issue with development on computers without virtualization technology (VT-x/AMD-v). When the script is complete, you will have a fully functional Vanilla Magento install for local development.
#Needed:
- Vagrant
- Virtualbox
- Git for Windows (Allows for running Linux commands)
- Vagrant Host updater Vagrant Host Updater
#Steps
- Install Virtualbox, Vagrant, & Git for Windows
- Register the Virtualbox included in the repo
- Create a project folder
- Right click within the folder and Launch Git Bash
- Using Git Bash clone the repository within your project folder using "." as the folder location
- Edit the vagrant file and add your hostname(local.testdomain.com) and an ip address (IP adress must be unique)
- Open toolsprovision.sh and update the baseurl on line 3. (Make a note of the admin login information)
- Run "vagrant up" in the project folder
#Important Notes
- Update the Vagrant file to reflect the domain name you're using
- Update the toolsprovision.sh file on line 3 (Base url) with the domain you're using This Repo was brought to you by Gary Pettigrew of Rush Media Studios
#What it does
- Install Magerun Globally
- Install Modman Globally
- Install Magento 1.9.2
- Install Magento sample data
#The Admin The admin credentials is user: admin pw: password123