mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
19 lines
442 B
Markdown
19 lines
442 B
Markdown
# contexts
|
||
|
||
contexts通过集群化、模块化、自动化的方式,可以在各种设备上,一键搭起云计算服务。
|
||
|
||
## install
|
||
|
||
### install by binary
|
||
```sh
|
||
export ctx_temp=$(mktemp); curl -fsSL https://shylinux.com -o $ctx_temp; source $ctx_temp binary
|
||
```
|
||
|
||
### install by source
|
||
```sh
|
||
export ctx_temp=$(mktemp); curl -fsSL https://shylinux.com -o $ctx_temp; source $ctx_temp source
|
||
```
|
||
|
||
## page
|
||
then open http://localhost:9020
|