forked from x/ContextOS
23 lines
388 B
Markdown
23 lines
388 B
Markdown
# contexts
|
||
|
||
contexts通过模块化、集群化、自动化,可以在各种设备上,快速组建起云计算服务。
|
||
|
||
## install
|
||
|
||
### install by binary
|
||
```sh
|
||
curl -fsSL https://shylinux.com |sh -s binary
|
||
ish_miss_serve
|
||
ice>
|
||
```
|
||
open http://localhost:9020
|
||
|
||
### install by source
|
||
```sh
|
||
curl -fsSL https://shylinux.com |sh -s source
|
||
ish_miss_serve
|
||
ice>
|
||
```
|
||
open http://localhost:9020
|
||
|