Rainbond/docs/Readme_cn.md

75 lines
3.2 KiB
Markdown
Raw Normal View History

# 云帮
2017-11-15 10:01:40 +08:00
<img src="https://github.com/goodrain/rainbond/blob/master/docs/rainbond_logo.png">
2017-11-08 22:18:24 +08:00
----
云帮Rainbond是国内首个开源企业级应用管理平台(无服务器PaaS)集CI/CD自动化应用构建系统、微服务架构应用管理系统、全自动计算资源管理系统于一身提供“以应用为中心”理念的最佳实践。
云帮深度整合[Kubernetes](https://github.com/kubernetes/kubernetes)、 [Docker](https://github.com/moby/moby)等顶级容器生态开源项目,并历经超过五年的生产运营打磨和验证,形成目前理念最新、生态最完整的应用管理平台。
2017-11-08 22:18:24 +08:00
如今,我们选择开源、拥抱社区,期望吸收最好的想法和实践,进一步完善和提升云帮,让更多企业和个人用户享受“以应用为中心”的技术体验。
2017-11-08 22:18:24 +08:00
----
## 快速开始
1. [安装云帮数据中心]().
2. [安装云帮应用控制台]().
2017-11-22 10:24:13 +08:00
3. [创建你的第一个应用](http://www.rainbond.com/docs/stable/getting-started/how-to-create-app.html).
2017-11-08 22:18:24 +08:00
## 快速构建
通过两种方式快速构建云帮组件:
##### Golang开发环境
2017-11-08 22:18:24 +08:00
```
$go get -d github.com/goodrain/rainbond
$cd $GOPATH/src/github.com/goodrain/rainbond
$make all
```
##### Docker环境
2017-11-08 22:18:24 +08:00
```
2017-11-21 12:31:33 +08:00
$git clone https://github.com/goodrain/rainbond.git
2017-11-08 22:18:24 +08:00
$cd rainbond
$make all-image
```
2017-11-13 22:27:45 +08:00
##### BUG提交
在学习和使用中发现Bug请移步[ISSUES](https://github.com/goodrain/rainbond/issues)查找类似Bug及其修复方案。若无类似问题请新建Issue。
2017-11-09 23:13:52 +08:00
2017-11-22 10:24:13 +08:00
## [云帮架构](http://www.rainbond.com/docs/stable/getting-started/architecture.html)
2017-11-13 22:27:45 +08:00
### 架构总图
2017-11-22 10:24:13 +08:00
<img src="https://github.com/goodrain/rainbond/blob/master/docs/rainbond_architecture.png" href="http://www.rainbond.com/docs/stable/getting-started/architecture.html">
2017-11-13 22:27:45 +08:00
### 云帮构成
云帮由[云帮数据中心](https://github.com/goodrain/rainbond) 和[云帮应用控制台](https://github.com/goodrain/rainbond-ui) 云帮资源控制台(企业版提供)构成,并无缝对接好雨云市,以此实现超融合计算池。
2017-11-22 10:24:13 +08:00
* [云帮数据中心](https://github.com/goodrain/rainbond)
2017-11-22 10:24:13 +08:00
云帮数据中心由[一系列分布式组件](http://www.rainbond.com/docs/stable/platform-maintenance/add-management-node/component-introduction/overview.html)构成面向资源抽象云帮节点面向应用抽象存储、网络以及计算资源。本着插件化、分布式、软件定义一切的设计原则云帮可在任何计算环境公有云私有云IDC行业计算之上构建统一的应用运行环境。
2017-11-22 10:24:13 +08:00
* [云帮应用控制台](https://github.com/goodrain/rainbond-ui)
2017-11-13 22:27:45 +08:00
云帮应用控制台是一个Web控制台对接多个云帮数据中心提供应用的全生命周期管理功能。
2017-11-09 23:13:52 +08:00
2017-11-08 22:18:24 +08:00
## 社区支持
### 云帮用户交流群(QQ)
2017-11-08 22:18:24 +08:00
- 477016432(1群)
- 453475798(2群)
- 419331946(3群)
### 文档支持
2017-11-08 22:18:24 +08:00
- [云帮开发文档](http://doc.goodrain.com/cloudbang-community-install/247616)
2017-11-22 10:24:13 +08:00
- [安装文档](http://www.rainbond.com/docs/stable/getting-started/pre-install.html)
- [使用文档](http://www.rainbond.com/docs/stable/user-app-docs/addapp/addapp-image.html)
- [平台维护](http://www.rainbond.com/docs/stable/platform-maintenance/overview/overview.html)