Bian Jiaping
Bian Jiaping
刚刚提了个 [PR](#39),增加了 EPEL 和 MariaDB 的帮助文档。由于没接触过 [Sphinx](http://www.sphinx-doc.org) 和 [reStructureText](http://docutils.sourceforge.net/rst.html) ,很是费了一番功夫。 希望提供一份贡献者指南,以帮助初学者快速入门,并保证文档风格的统一。 建议包含以下内容: - [x] 如何在本地预览文档(环境要求,安装依赖) - [ ] 如何添加一个新文档(文件位置、名称,添加后要相应修改哪些地方) - [ ] 帮助文档的结构(需包含那些部分) - [ ] 统一风格,比如 - [ ]...
This solves the following errors in Arch Linux: ``` [ERROR] Failed to construct terminal; falling back to unsupported java.lang.NumberFormatException: For input string: "0x100" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.valueOf(Integer.java:766) at...
See #145 Add support for custom init scripts which can be mounted to `/docker-entrypoint.d/` directory. This will allow more easier, flexible and elegant customization. For example, to deploy a ZooKeeper...