mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
opt readme
This commit is contained in:
parent
dacb551653
commit
1be83b1ccd
40
README.md
40
README.md
@ -1,21 +1,31 @@
|
||||
# contexts
|
||||
|
||||
contexts通过模块化、自动化,可以在各种设备上,快速搭建起云计算服务。
|
||||
contexts通过模块化、集群化、自动化,可以在各种设备上,快速组建起云计算服务。
|
||||
|
||||
## 三端分立,各司其职
|
||||
|英文名 |技术栈|中文名 |谐称 |缩写|简介|
|
||||
|---------|------|-------|---------|----|----|
|
||||
|volcanos |前端 |火山架 |我看不行 |FMS |a fieldset manager system
|
||||
|icebergs |后端 |冰山架 |挨撕不可 |CMS |a cluster manager system
|
||||
|intshell |终端 |神农架 |整个脚本 |PMS |a plugin manager system
|
||||
## install
|
||||
|
||||
## 安装部署
|
||||
|
||||
```sh
|
||||
git clone https://github.com/shylinux/contexts
|
||||
cd contexts && source etc/miss.sh
|
||||
make && ish_miss_serve
|
||||
### install by binary
|
||||
``` sh
|
||||
$ curl https://shylinux.com/publish/ice.sh | sh
|
||||
$ ctx_self=http://:9020 bin/ice.sh start serve
|
||||
ice>
|
||||
```
|
||||
open http://localhost:9020
|
||||
|
||||
### install by docker
|
||||
```
|
||||
$ docker run -p 9020:9020 -it shylinux/contexts
|
||||
ice>
|
||||
```
|
||||
open http://localhost:9020
|
||||
|
||||
### install by source
|
||||
```
|
||||
$ git clone https://github.com/shylinux/contexts
|
||||
$ cd contexts && source etc/miss.sh
|
||||
$ make
|
||||
$ ish_miss_serve
|
||||
ice>
|
||||
```
|
||||
open http://localhost:9020
|
||||
|
||||
## 访问服务
|
||||
curl localhost:9020
|
||||
|
Loading…
x
Reference in New Issue
Block a user