Readme (EN+DE) added
Dieser Commit ist enthalten in:
Ursprung
274d977c14
Commit
aa0c293bfc
3 geänderte Dateien mit 47 neuen und 0 gelöschten Zeilen
|
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## 2021-06-21
|
||||||
|
### Added
|
||||||
|
- Readme (EN+DE) added.
|
||||||
|
|
||||||
## 2021-06-20
|
## 2021-06-20
|
||||||
### Added
|
### Added
|
||||||
- Default start command added - must no longer be provided.
|
- Default start command added - must no longer be provided.
|
||||||
|
|
21
README.md
Normale Datei
21
README.md
Normale Datei
|
@ -0,0 +1,21 @@
|
||||||
|
# php-docker
|
||||||
|
dev/v8.0 [![Build Status](https://drone.nick-slowinski.de/api/badges/robotter112.de/php-docker/status.svg?ref=refs/heads/dev/v8.0)](https://drone.nick-slowinski.de/robotter112.de/php-docker) - release/v8.0 [![Build Status](https://drone.nick-slowinski.de/api/badges/robotter112.de/php-docker/status.svg?ref=refs/heads/release/v8.0)](https://drone.nick-slowinski.de/robotter112.de/php-docker)
|
||||||
|
|
||||||
|
## Purpose
|
||||||
|
This project is a custom PHP-FPM Docker image for use on the servers of [robotter112.de](https://robotter112.de).
|
||||||
|
|
||||||
|
## Included modules (in addition to the standard version)
|
||||||
|
* zip
|
||||||
|
* ssh2
|
||||||
|
* pdo_mysql
|
||||||
|
* mysqli
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
It is very unlikely, but contributions from outside are welcome.
|
||||||
|
|
||||||
|
For your **first** pull request, please enter your name in the *CONTRIBUTORS* file in the format "Name <your@e-mail.tld>" at the end of the file.
|
||||||
|
|
||||||
|
Expected workflow is: Fork -> Patch -> Push -> Pull Request
|
||||||
|
|
||||||
|
## License
|
||||||
|
This project is licensed under the *GNU General Public License*. See [LICENSE](LICENSE) for the complete license text.
|
21
README_DE.md
Normale Datei
21
README_DE.md
Normale Datei
|
@ -0,0 +1,21 @@
|
||||||
|
# php-docker
|
||||||
|
dev/v8.0 [![Build Status](https://drone.nick-slowinski.de/api/badges/robotter112.de/php-docker/status.svg?ref=refs/heads/dev/v8.0)](https://drone.nick-slowinski.de/robotter112.de/php-docker) - release/v8.0 [![Build Status](https://drone.nick-slowinski.de/api/badges/robotter112.de/php-docker/status.svg?ref=refs/heads/release/v8.0)](https://drone.nick-slowinski.de/robotter112.de/php-docker)
|
||||||
|
|
||||||
|
## Zweck
|
||||||
|
Dieses Projekt ist ein angepasstes PHP-FPM Docker-Image für den Einsatz auf den Servern von [robotter112.de](https://robotter112.de).
|
||||||
|
|
||||||
|
## Enthaltene Module (zusätzlich zur Standard-Version)
|
||||||
|
* zip
|
||||||
|
* ssh2
|
||||||
|
* pdo_mysql
|
||||||
|
* mysqli
|
||||||
|
|
||||||
|
## Beitragen
|
||||||
|
Es ist zwar sehr unwahrscheinlich, dennoch sind fremde Beiträge gerne willkommen.
|
||||||
|
|
||||||
|
Bitte trage bei deinem **ersten** Pull Request deinen Namen in die *CONTRIBUTORS* Datei im Format "Name <deine@e-mail.tld>" am Dateiende ein.
|
||||||
|
|
||||||
|
Erwarteter Arbeitsablauf ist: Fork -> Patch -> Push -> Pull Request
|
||||||
|
|
||||||
|
## Lizenz
|
||||||
|
Dieses Projekt ist unter der *GNU General Public License* lizenziert. Siehe [LICENSE](LICENSE) für den kompletten Lizenztext.
|
In neuem Issue referenzieren