Skip to content

A little tool to run CakePHP 3 apps within docker. Based on nginx and PHP 7.2 FPM

Notifications You must be signed in to change notification settings

areaeuro/cakephp3-nginx-docker

 
 

Repository files navigation

cakephp3-nginx-docker

A little tool to run CakePHP 3 apps within docker. Based on nginx and PHP 7.3 FPM

Setup

First, make sure that you have installed the latest version of Docker and Docker Compose.

To download the complete environment, including the CakePHP 3.7 app scaffold, simply clone the repo and checkout the submodules recursively

$ git clone --recurse-submodules https://github.com/areaeuro/cakephp3-nginx-docker.git

After everything finished downloading, you can fire up CakePHP using Docker Compose

$ docker-compose up

This command will automatically build the containers, fetch dependencies using Composer and start a web server at http://localhost:8080.

From now on, you can work in the app directory, according to the CakePHP Cookbook.

About

A little tool to run CakePHP 3 apps within docker. Based on nginx and PHP 7.2 FPM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%