https://github.com/micro-php/micro-docker-roadrunner
Micro Framework - roadrunner environment
https://github.com/micro-php/micro-docker-roadrunner
Last synced: 10 months ago
JSON representation
Micro Framework - roadrunner environment
- Host: GitHub
- URL: https://github.com/micro-php/micro-docker-roadrunner
- Owner: Micro-PHP
- License: mit
- Created: 2023-11-06T21:51:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T07:17:07.000Z (about 2 years ago)
- Last Synced: 2025-01-12T14:48:21.479Z (12 months ago)
- Language: Makefile
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Micro Docker & RoadRunner environment
A [Docker](https://www.docker.com/)-based installer and runtime for the [Micro](https://micro-php.net) web framework, with [RoadRunner](https://roadrunner.dev/) support.
## Getting Started
1. If not already done, [install Docker Compose](https://docs.docker.com/compose/install/) (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](docs/xdebug.md) integration
## License
Micro Docker is available under the MIT License.