Skip to content

giappv/vagrant_magento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Vagrant & Fabric for Magento


Quickly install Magento development environment with vagrant, ansible and fabric

Getting Started


  1. Download and Install VirtualBox
  2. Download and Install Vagrant
  3. Checkout Source code & Run Vagrant Up
git clone [email protected]:giappv/vagrant_magento.git
cd vagrant_magento
vagrant plugin install vagrant-hostmanager
vagrant up

After running vagrant up successfully, run vagrant ssh to login into VM

Install Magento


Download source code

cd /vagrant/devops/fabric
fab localhost init

Install Magento

Database Connection


user: db
db: db
pass: 123456
root pass: 123456

Visit magento.dev to start installing magento

About

Vagrant Magento

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published