matiashidalgo / vagrant-magento2

Vagrant script files for Magento 2

Repository from Github https://github.commatiashidalgo/vagrant-magento2Repository from Github https://github.commatiashidalgo/vagrant-magento2

Magento 2 Vagrant Setup

This is a set of scripts to setup a development environment for Magento 2

Usage

  1. Clone repository:

    git clone [REPOSITORY_URL] vagrant-magento2
  2. Rename Vagrantfile.local.sample

    cd vagrant-magento2
    cp Vagrantfile.local.sample Vagrantfile.local

    Here you can change some of the virtual machine configurations, such as vm name/ip/cpus/ram.

  3. Init vagrant environment

    vagrant up
  4. Add the following line to your hosts file in the host machine

    33.33.33.30 	magento2.localhost
    

    Assuming you didn't modify VM ip in the Vagrantfile.local

Credentials

About

Vagrant script files for Magento 2


Languages

Language:Vim Script 52.7%Language:Shell 47.3%