boostmyshoporganization / vagrant-magento2

Magento2
1 stars 1 forks source link

Magento 2

Init the virtual machine

git clone https://github.com/boostmyshoporganization/vagrant-magento2
cd vagrant-magento2
vagrant up

Add the host

# Linux: /etc/hosts, Windows: 
# C:\Windows\System32\Drivers\etc\hosts
192.168.56.210 mage.dev

Access

To access to the frontend: http://mage.dev

To access to the backend: http://mage.dev/admin

Admin login:

user: admin

password: admin123

Box Configuration