Rainbond/README.md

61 lines
2.7 KiB
Markdown
Raw Normal View History

2017-11-29 16:26:16 +08:00
<img src="https://github.com/goodrain/rainbond/blob/master/docs/rainbond_logo.png" width="40%">
----
2017-12-12 13:26:22 +08:00
Rainbond is a production grade serverless PaaS. It integrates Kubernetes based containers management, CI/CD and multiple data center resource management, to provide full management of cloud native applications, build connections between application and infrastructure, application and application, infrastructure and infrastructure.
2017-12-12 13:26:22 +08:00
5 years of optimizing and verifying makes Rainbond a cutting edge serverless PaaS with complete ecosystem and concept. We choose to open source and embrace the community, absorbing best ideas and practices to further improve and enhance Rainbond, enabling more enterprises and individuals to enjoy "application-centric" experience.
2017-11-29 16:21:53 +08:00
----
2017-12-12 13:26:22 +08:00
[Design Concept](http://www.rainbond.com/docs/stable/getting-started/design-concept.html) · [Architecture](http://www.rainbond.com/docs/stable/getting-started/architecture.html) · [User Scenario](getting-started/scenario-microservice.html) · [Installation Requirement](http://www.rainbond.com/docs/stable/getting-started/pre-install.html) · [中文文档](https://github.com/goodrain/rainbond/blob/master/docs/Readme_cn.md)
----
2017-11-29 16:21:53 +08:00
## To start using Rainbond
2017-11-29 16:21:53 +08:00
1. [Install Rainbond](http://www.rainbond.com/docs/stable/getting-started/pre-install.html)
2. [Create First Application](http://www.rainbond.com/docs/stable/user-app-docs/addapp/addapp-code.html)
3. [Build Microservice Architecture](http://www.rainbond.com/docs/stable/user-app-docs/addapp/addapp-cloud_framework.html)
2017-11-29 16:21:53 +08:00
## To start developing Rainbond
2017-11-29 16:21:53 +08:00
This repository includes core components of Rainbond Data Center, you can build it in two ways:
2017-11-29 18:00:56 +08:00
##### Golang(v1.8+)
```
$go get -d github.com/goodrain/rainbond
$cd $GOPATH/src/github.com/goodrain/rainbond
2017-11-29 16:53:29 +08:00
$make build
```
##### Docker
```
2017-11-21 12:31:33 +08:00
$git clone https://github.com/goodrain/rainbond.git
$cd rainbond
2017-11-29 16:53:29 +08:00
$make images
```
2017-11-29 16:21:53 +08:00
##### BUG Fix
2017-12-12 13:26:22 +08:00
Bug found in learning and using, please visit [ISSUES](https://github.com/goodrain/rainbond/issues) to find similar Bugs and solutions. If there is no related result, please create a new issue.
2017-11-29 16:21:53 +08:00
## [Architecture](http://www.rainbond.com/docs/stable/getting-started/architecture.html)
2017-11-29 16:21:53 +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">
## Community
2017-12-13 09:55:34 +08:00
### WeChat
2017-12-12 21:59:57 +08:00
<img src="https://github.com/goodrain/rainbond/blob/master/docs/Wechat.jpeg" width="30%">
2017-12-14 09:20:31 +08:00
*Scan QR code, add inviter to join Rainbond WeChat group*  
2017-12-12 21:59:57 +08:00
2017-11-29 16:21:53 +08:00
### QQ Group:
2017-11-29 16:21:53 +08:00
- 477016432 (Group 1)
- 453475798 (Group 2)
- 419331946 (Group 3)
2017-11-29 16:21:53 +08:00
### [Documentation](http://www.rainbond.com/docs/stable/)
2017-11-29 16:21:53 +08:00
- Docs: https://www.rainbond.com/docs
2017-12-12 12:49:08 +08:00
- Blog: https://blog.goodrain.com
2017-12-12 13:26:22 +08:00