mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 02:40:04 +00:00
Add contributing information
This commit is contained in:
parent
81ec27f61c
commit
159d9ea513
@ -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
|
||||||
|
19
README.md
19
README.md
@ -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**
|
||||||
|
Loading…
Reference in New Issue
Block a user