# Contributing to Apache Zeppelin ( Website ) ( 向 Apache Zeppelin 贡献(website) )
原文链接 : [http://zeppelin.apache.org/docs/0.7.2/development/howtocontributewebsite.html](http://zeppelin.apache.org/docs/0.7.2/development/howtocontributewebsite.html)
译文链接 : [http://www.apache.wiki/pages/viewpage.action?pageId=10031123](http://www.apache.wiki/pages/viewpage.action?pageId=10031123)
贡献者 : [小瑶](/display/~chenyao) [ApacheCN](/display/~apachecn) [Apache中文网](/display/~apachechina)
本页将给您概述如何构建和贡献 Apache Zeppelin 的文档。 [zeppelin.apache.org](http://zeppelin.apache.org) 上的在线文档也是从这里找到的文件生成的。
注意
**Apache Zeppelin** 是 **Apache2 license** 软件。对 **Zeppelin** (源代码,文档,图像,网站)的任何贡献意味着您同意许可协议作为 **Apache2 license**。
## Getting the source code ( 获取源代码 )
首先,您需要 **Zeppelin** 源代码。 **Zeppelin** 的官方位置是** [http://git.apache.org/zeppelin.git](http://git.apache.org/zeppelin.git) **。文档网站托管在 **/ docs / dir** 下的 **'master'** 分支中。
### git access ( git 访问 )
首先,您需要网站源代码。 **Zeppelin** 镜像的官方位置是 **[http://git.apache.org/zeppelin.git](http://git.apache.org/zeppelin.git) **。使用 **git** 获取开发机器上的源代码。
```
git clone git://git.apache.org/zeppelin.git
cd docs
```
**Apache Zeppelin** 遵循** [Fork&Pull](https://github.com/sevntu-checkstyle/sevntu.checkstyle/wiki/Development-workflow-with-Git:-Fork,-Branching,-Commits,-and-Pull-Request) **作为源代码管理工作流程。如果您不仅要构建 **Zeppelin** ,还可以进行任何更改,那么您需要 **fork** [**Zeppelin github** 镜像存储库](https://github.com/apache/zeppelin) 并进行 **pull** 请求。
### Build ( 构建 )
您需要安装一些先决条件来构建代码。请参阅 **[docs / README.md](https://github.com/apache/zeppelin/blob/master/docs/README.md)** 中的 [**Build** 文档](https://github.com/apache/zeppelin/blob/master/docs/README.md#build-documentation) 部分。
### Run website in development mode ( 在开发模式下运行网站 )
在修改网站时,您可能希望看到它的预览。请参阅 **[docs/README.md](https://github.com/apache/zeppelin/blob/master/docs/README.md)** 中的 [运行网站](https://github.com/apache/zeppelin/blob/master/docs/README.md#run-website) 部分。然后,您可以使用网络浏览器访问 **[http:// localhost:4000](http://localhost:4000/)** 。
### Making a Pull Request ( 提出 Pull 请求 )
当你准备好了,只需做一个 **pull-request** 。
## Alternative way ( 替代方式 )
您可以直接在 **/docs/** 目录中编辑 **github** 的 **Web** 界面上的 **.md** 文件,并立即执行 **pull-request** 。
## Stay involved ( 保持参与 )
贡献者应该加入**Zeppelin mailing lists** 。
* [dev@zeppelin.apache.org](mailto:dev@zeppelin.apache.org) 适用于想向 **Zeppelin** 提供代码的人员。[订阅](mailto:dev-subscribe@zeppelin.apache.org),[取消订阅](mailto:dev-unsubscribe@zeppelin.apache.org),[存档](http://mail-archives.apache.org/mod_mbox/zeppelin-dev/)。
如果您有任何问题,请在 **[JIRA](https://issues.apache.org/jira/browse/ZEPPELIN) **中创建一张 **ticket**。
- 快速入门
- 什么是Apache Zeppelin?
- 安装
- 配置
- 探索Apache Zeppelin UI
- 教程
- 动态表单
- 发表你的段落
- 自定义Zeppelin主页
- 升级Zeppelin版本
- 从源码编译
- 使用Flink和Spark Clusters安装Zeppelin教程
- 解释器
- 概述
- 解释器安装
- 解释器依赖管理
- 解释器的模拟用户
- 解释员执行Hook(实验)
- Alluxio 解释器
- Beam 解释器
- BigQuery 解释器
- Cassandra CQL 解释器
- Elasticsearch 解释器
- Flink 解释器
- Geode/Gemfire OQL 解释器
- HBase Shell 解释器
- HDFS文件系统 解释器
- Hive 解释器
- Ignite 解释器
- JDBC通用 解释器
- Kylin 解释器
- Lens 解释器
- Livy 解释器
- Markdown 解释器
- Pig 解释器
- PostgreSQL, HAWQ 解释器
- Python 2&3解释器
- R 解释器
- Scalding 解释器
- Scio 解释器
- Shell 解释器
- Spark 解释器
- 系统显示
- 系统基本显示
- 后端Angular API
- 前端Angular API
- 更多
- 笔记本存储
- REST API
- 解释器 API
- 笔记本 API
- 笔记本资源 API
- 配置 API
- 凭据 API
- Helium API
- Security ( 安全 )
- Shiro 授权
- 笔记本 授权
- 数据源 授权
- Helium 授权
- Advanced ( 高级 )
- Zeppelin on Vagrant VM ( Zeppelin 在 Vagrant 虚拟机上 )
- Zeppelin on Spark Cluster Mode( Spark 集群模式下的 Zeppelin )
- Zeppelin on CDH ( Zeppelin 在 CDH 上 )
- Contibute ( 贡献 )
- Writing a New Interpreter ( 写一个新的解释器 )
- Writing a new Visualization (Experimental) ( 编写新的可视化(实验) )
- Writing a new Application (Experimental) ( 写一个新的应用程序( 实验 ) )
- Contributing to Apache Zeppelin ( Code ) ( 向 Apache Zeppelin 贡献( 代码 ) )
- Contributing to Apache Zeppelin ( Website ) ( 向 Apache Zeppelin 贡献(website) )