Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/visionappscz/apache-php

Docker Image with advanced configuration based on php:7.2-apache with preconfigured Apache and PHP 7.2.
https://github.com/visionappscz/apache-php

apache docker docker-image php

Last synced: 2 days ago
JSON representation

Docker Image with advanced configuration based on php:7.2-apache with preconfigured Apache and PHP 7.2.

Awesome Lists containing this project

README

        

# Apache PHP - Docker image

This is Docker Image with advanced configuration based on [official Apache-PHP image](https://github.com/docker-library/php)
with preconfigured Apache and PHP.

It was created to provide a simple hassle-free platform for CI use for small projects.

PHP includes the following extensions:

* GD
* exif
* mbstring
* intl
* mysqli
* pdo_mysql
* pdo_pgsql

Installed Databases:

* MySQL
* Postgres

Installed tools:

* Git
* Composer
* NPM
* Bower
* Grunt
* Gulp

## Releasing

* Build the container: `docker build . visionappscz/apache-php:`
* Push the image to the registry: `docker push visionappscz/apache-php:`
* Push the changes to GitHub and merge them into `master`
* Tag the release `git tag `