1
0
forked from x/ContextOS
ContextOS/README.md
2020-06-01 12:45:16 +08:00

22 lines
619 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# contexts
contexts通过模块化、自动化可以在各种设备上快速搭建起云计算服务。
## 三端分立,各司其职
|英文名 |技术栈|中文名 |谐称 |缩写|简介|
|---------|------|-------|---------|----|----|
|volcanos |前端 |火山架 |我看不行 |FMS |a fieldset manager system
|icebergs |后端 |冰山架 |挨撕不可 |CMS |a cluster manager system
|intshell |终端 |神农架 |整个脚本 |PMS |a plugin manager system
## 安装部署
```sh
git clone https://github.com/shylinux/contexts
cd contexts
make
source etc/miss.sh
bin/ice.sh
curl localhost:9020
```