Add contributing information

This commit is contained in:
cytopia 2016-10-22 19:22:17 +02:00
parent 81ec27f61c
commit 159d9ea513
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 58 additions and 12 deletions

View File

@ -1 +1,52 @@
# Contributing # Contributing
There is quite a lot todo and planned. If you like to contribute, pick any of the below topics or contact me directly.
Contributors will be credited within the intranet and on the github page.
## General
* [ ] Handle emails sent from PHP dockers
## Dockers
* [ ] Add more travis checks to ensure they are always working under any condition
* [ ] Add more dockers
- [ ] MySQL 5.6
- [ ] MySQL 5.7
- [ ] MariaDB 5
- [ ] MariaDB 10
- [ ] LightHTTPD
- [ ] HHVM
- [ ] ...
* [ ] Add optional dockers
- [ ] PostgreSQL
- [ ] Memcached
- [ ] Redis
- [ ] MongoDB
- [ ] CouchDB
- [ ] Cassandra
- [ ] ...
* [ ] Add other stack dockers (instead of PHP)
- [ ] Go
- [ ] Python
- [ ] Ruby
## Docker-compose
* [ ] Allow for optional dockers (via `setup.sh` script or similar)
## Documentation
* [ ] Improve documentation
* [ ] Remove all typos / wrong grammar
## Intranet
* [ ] View emails sent/received within PHP dockers
* [ ] Better layout
* [ ] Better logos
* [ ] Try to remove as much vendor dependencies as possible

View File

@ -37,18 +37,6 @@ No need to install and configure different versions locally. Simply choose your
| | MariaDB 10 | [PHP 7.1](https://github.com/cytopia/docker-php-fpm-7.1) | | | MariaDB 10 | [PHP 7.1](https://github.com/cytopia/docker-php-fpm-7.1) |
<!--
| Webserver | Database | PHP | KeyVal NoSQL | KeyDoc NoSQL | Column NoSQL |
|-----------|----------|-----|--------------|--------------|--------------|
| Apache 2.2 | [MySQL 5.5](https://github.com/cytopia/docker-mysql-5.5) | [PHP 5.5](https://github.com/cytopia/docker-php-fpm-5.5) | Redis | MongoDB | Cassandra |
| [Apache 2.4](https://github.com/cytopia/docker-apache-2.4) | MySQL 5.6 | [PHP 5.6](https://github.com/cytopia/docker-php-fpm-5.6) | Memcached | Couchbase | |
| Nginx | MySQL 5.7 | [PHP 7.0](https://github.com/cytopia/docker-php-fpm-7.0) | | | |
| lighttpd | MariaDB 5 | [PHP 7.1](https://github.com/cytopia/docker-php-fpm-7.1) | | | |
| | MariaDB 10 | HHVM | | | |
| | PostgreSQL | | | | |
<sub>Not all docker categories need to be started.</sub>
-->
## Feature overview ## Feature overview
* Dynamically Configured Mass Virtual Hosting * Dynamically Configured Mass Virtual Hosting
@ -72,6 +60,13 @@ The devilbox comes with a pre-configured intranet on `http://localhost`
* Opcache GUI * Opcache GUI
## Contributing
There is quite a lot todo and planned. If you like to contribute, view [CONTRIBUTING.md](https://github.com/cytopia/devilbox/blob/master/CONTRIBUTING.md).
Contributors will be credited within the intranet and on the github page.
## Screenshots ## Screenshots
**Homepage with host / docker information** **Homepage with host / docker information**