Skip to content

Latest commit

Β 

History

History
31 lines (18 loc) Β· 816 Bytes

README.md

File metadata and controls

31 lines (18 loc) Β· 816 Bytes

Docker Developers Kit | PHP

NGINX, PHP, MariaDB

πŸ§‘πŸ»β€πŸ’» Docker Developers Kit - A light skeleton for PHP local development system

Repository: https://github.com/Zavy86/ddk-nginx-php-mariadb

Docker Developers Kit YouTube Video

Startup

Start cloning repository or download sources

git clone https://github.com/Zavy86/ddk-nginx-php-mariadb.git

Rename directory with your project name

Update project name in Makefile

# configuration
project_name := your-project-name

Build Docker containers

make ddk

Open http://localhost/index.php in your browser

You can view services information at http://localhost/info.php