Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.33 KB

README.md

File metadata and controls

56 lines (31 loc) · 1.33 KB

Vagrant Shopware Box

Installation

Virtualbox and Vagrant have to be installed on your local machine:

The provision is done by Ansible directly on the created vm.

Usage

Clone the repository to your local machine.

$ git clone https://github.com/shopwareLabs/shopware-vagrant
$ cd shopware-vagrant

Boot up your vagrant virtual machine:

$ cd vagrant
$ vagrant up

The first boot may take a while, so feel free to get a cup of coffee.

Your machine will be available at http://33.33.33.10/ All required tools like the LAMP stack are already installed.

To SSH into the created VM:

$ vagrant ssh

If you use Putty the ssh configuration can be obtained via:

$ vagrant ssh-config

To reprovision your machine:

$ vagrant provision

Installation under arch linux

sudo pacman -S virtualbox ansible net-tools nfs-utils
sudo modprobe -a vboxdrv vboxnetadp vboxnetflt
sudo systemctl start nfs-server

License

The MIT License (MIT). Please see License File for more information.