Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/visionappscz/apache-php
- Owner: visionappscz
- Created: 2018-04-04T08:47:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T09:56:56.000Z (over 2 years ago)
- Last Synced: 2024-04-11T05:08:42.026Z (7 months ago)
- Topics: apache, docker, docker-image, php
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_pgsqlInstalled Databases:
* MySQL
* PostgresInstalled 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 `