Find the Exponential Software extensions you want
| UNIX name | Owner | Status |
|---|---|---|
| ezplatform-vagrant | 7x | stable |
| Version | Compatible with |
|---|---|
| N/A | N/A |
This repository will let you to install eZ Platform with Vagrant and Ansible. The full stack contains:
First you need to install Vagrant and Ansible
Tips: If you're running on Windows, it's recommended to install Virtual Box on windows Host and Vagrant + Ansible on WSL (windows subsystem for Linux)
Before building the VM, you need to install extra ansible roles. Those roles will help download, install and configure all different layers. So the first command to run is:
$ ansible-galaxy install -r provisioning/requirements.yml
Now you could use vagrant to build the stack via
$ vagrant up
It will take some minutes to download a minimal Debian image (version 9.x) and software packages.