Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.76 KB

readme.md

File metadata and controls

56 lines (39 loc) · 1.76 KB

DocsBuild Status

Description

A collection of Salt states used to provision an application-centric platform Rainbond.

Support for:

  • Rainbond Manage node - single node with Mysql database
  • Rainbond Compute node - it is not automatically added to Rainbond environment
  • Rainbond environment support - support Kubernetes
  • Docker registry - automatically provisioned on Manage start
  • Support for different provision

Plugins Version:

Documentation

Install

  • Quick start
# stable 
wget https://raw.githubusercontent.com/goodrain/rainbond-install/master/install.sh 
chmod +x install.sh 
./install.sh

# dev
wget https://raw.githubusercontent.com/goodrain/rainbond-install/dev/install.sh
chmod +x install.sh
./install.sh dev

You can find all the documentation in the Wiki.

Usage

You can find all the documentation in the Docs.

License

This project is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.