forked from x/ContextOS
20 lines
466 B
Markdown
20 lines
466 B
Markdown
# contexts
|
||
|
||
contexts通过集群化、模块化、自动化,可以在各种设备上,快速组建起云计算服务。
|
||
|
||
## install
|
||
|
||
### install by source
|
||
```sh
|
||
export ctx_dev=https://shylinux.com ctx_temp=$(mktemp); curl -fsSL $ctx_dev -o $ctx_temp; source $ctx_temp source
|
||
```
|
||
|
||
### install by binary
|
||
```sh
|
||
export ctx_dev=https://shylinux.com ctx_temp=$(mktemp); curl -fsSL $ctx_dev -o $ctx_temp; source $ctx_temp binary
|
||
```
|
||
|
||
## page
|
||
open http://localhost:9020
|
||
|