This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
v0.13.0
Pre-release
Pre-release
- Split install scripts into two pieces: prerequisites installation (optional) and actual box installation.
- Automatic installation is now supported on Windows!
- vhost-proxy service - adds ability to use a single shared IP address for multiple web projects running concurrently.
- VirtualBox network adapters performance adjustments (using
virtio
on the NAT interface). Resolves #12. - Added bash to avoid shell script compatibility issues and updated all shell scripts to use
#/bin/bash
header. Resolves #17. - Documentation updates.