devilbox/CONTRIBUTING.md

55 lines
1.4 KiB
Markdown
Raw Normal View History

2016-10-22 16:58:57 +00:00
# Contributing
2016-10-22 17:22:17 +00:00
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
2016-10-24 14:48:56 +00:00
* [ ] Handle emails sent from PHP dockers [#5](https://github.com/cytopia/devilbox/issues/5)
2016-10-24 09:15:35 +00:00
1. Add another container which is able to display mails: https://github.com/sj26/mailcatcher
2. Proxy this webinterface into the Intranet
2016-10-22 17:22:17 +00:00
## Dockers
* [ ] Add more travis checks to ensure they are always working under any condition
* [ ] Add more dockers
2016-10-24 07:05:39 +00:00
- [X] MySQL 5.6
2016-10-24 14:48:56 +00:00
- [ ] MySQL 5.7 [#1](https://github.com/cytopia/devilbox/issues/1)
- [ ] MariaDB 5 [#2](https://github.com/cytopia/devilbox/issues/2)
- [ ] MariaDB 10 [#3](https://github.com/cytopia/devilbox/issues/3)
2016-10-22 17:22:17 +00:00
- [ ] 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