Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonswine/php_fpm_docker
WIP: Using Docker as isolation for php webhosts
https://github.com/simonswine/php_fpm_docker
Last synced: 27 days ago
JSON representation
WIP: Using Docker as isolation for php webhosts
- Host: GitHub
- URL: https://github.com/simonswine/php_fpm_docker
- Owner: simonswine
- License: mit
- Created: 2014-08-05T16:15:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T09:41:44.000Z (about 10 years ago)
- Last Synced: 2024-11-27T17:56:56.787Z (30 days ago)
- Language: Ruby
- Size: 426 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PHP_FPM_Docker
TODO: Write a gem description
## Build state
* Travis (RSpec & RuboCup)
[![Build Status](https://travis-ci.org/simonswine/php_fpm_docker.svg?branch=master)](https://travis-ci.org/simonswine/php_fpm_docker)
* Coveralls
[![Coverage Status](https://img.shields.io/coveralls/simonswine/php_fpm_docker.svg)](https://coveralls.io/r/simonswine/php_fpm_docker)## Topology
![structure](https://raw.githubusercontent.com/simonswine/php_fpm_docker/master/doc/graphs/structure/structure.png)
## Installation & configuration
### Install gem
$ gem install php_fpm_docker
### Configure
## Docker images
### Requirements
* PHP-FastCGI binary installed in path
* [Spawn-FCGI][spawnfcgi] binary installed in path### Examples
* [simonswine/ispconfig-php-5.6][image5.6]
* [simonswine/ispconfig-php-5.5][image5.5]
* [simonswine/ispconfig-php-5.4][image5.4]
* [simonswine/ispconfig-php-5.3][image5.3]
* [simonswine/ispconfig-php-5.2][image5.2]
* [simonswine/ispconfig-php-4.4][image4.4]https://github.com/simonswine/docker-ispconfig-php
###### Usage
TODO: Write usage instructions here
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request[docker]: https://www.docker.com/ "Docker"
[ispconfig]: http://www.ispconfig.org/page/home.html "ISPConfig"
[rubydocs]: https://github.com/jmcmanus/pagedown-extra "Pagedown Extra"
[phpfpm]: http://php.net/manual/de/install.fpm.php "PHP FPM"
[spawnfcgi]: http://redmine.lighttpd.net/projects/spawn-fcgi "Spawn-FCGI"
[image5.6]: https://registry.hub.docker.com/u/simonswine/ispconfig-php-5.6/ "simonswine/ispconfig-php-5.6"
[image5.5]: https://registry.hub.docker.com/u/simonswine/ispconfig-php-5.5/ "simonswine/ispconfig-php-5.5"
[image5.4]: https://registry.hub.docker.com/u/simonswine/ispconfig-php-5.4/ "simonswine/ispconfig-php-5.4"
[image5.3]: https://registry.hub.docker.com/u/simonswine/ispconfig-php-5.3/ "simonswine/ispconfig-php-5.3"
[image5.2]: https://registry.hub.docker.com/u/simonswine/ispconfig-php-5.2/ "simonswine/ispconfig-php-5.2"
[image4.4]: https://registry.hub.docker.com/u/simonswine/ispconfig-php-4.4/ "simonswine/ispconfig-php-4.4"