Installation
December 5, 2017 ยท View on GitHub
Requirements
docker + docker-compose
Installation instructions can be found here:
Let's begin
Before we can run application with docker we need to install composer dependencies.
docker run -v `pwd`:/var/www -w /var/www prooph/composer:7.1 install
After it ends we can run application with docker. First create a copy of .env.dist
cp .env.dist .env
If needed change values inside it and run application:
$ docker-compose up -d
Open app
http://localhost:NGINX_PORT_FROM_.ENV_FILE