Fig PHPStack gives you everything you need for developing PHP applications locally. The idea came from the need of having an OS-agnostic and virtualized alternative to the great MNPP stack as regular LAMP stacks quite simply can't keep up with the Nginx + PHP-FPM/HHVM combo in terms of performance. I hope you'll find it as useful an addition to your dev-arsenal as I've found it!
- Docker
- Fig
- Vagrant (optional)
- VirtualBox (optional)
# Clone the repository (using hub)
$ git clone kasperisager/fig-phpstack
$ cd fig-phpstack
# (Optional) Boot up a CoreOS box
$ vagrant up
# Boot up the Docker containers
$ fig up
If you're using the CoreOS box, make sure to set your
DOCKER_HOST
so Fig knows where to boot up the Docker containers.
Copyright © 2014 Kasper Kronborg Isager. Licensed under the terms of the MIT License.