Micro-PHP / micro-docker-roadrunner

Micro Framework - roadrunner environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micro Docker & RoadRunner environment

A Docker-based installer and runtime for the Micro web framework, with RoadRunner support.

Getting Started

  1. If not already done, install Docker Compose (v2.10+)
  2. To overwrite the main configuration file (.env), simply create a new file that will depend on the APP_ENV environment variable ".env.<$APP_ENV>"
  3. Run make build to build fresh images
  4. Run make up (the logs will not be displayed in the current shell. Use make logs if you want to see the container's log after it has started.)
  5. Open http://localhost in your favorite web browser
  6. Run make down to stop the Docker containers.

Features

  • Production, development and CI ready
  • Native XDebug integration

License

Micro Docker is available under the MIT License.

About

Micro Framework - roadrunner environment

License:MIT License


Languages

Language:Makefile 37.2%Language:Dockerfile 32.1%Language:Shell 30.7%