1
0
forked from x/ContextOS
ContextOS/README.md
2021-05-12 22:08:39 +08:00

20 lines
432 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通过集群化、模块化、自动化可以在各种设备上快速组建起云计算服务。
## install
### install by source
```sh
export ctx_temp=$(mktemp); curl -fsSL https://shylinux.com -o $ctx_temp; source $ctx_temp source
```
### install by binary
```sh
export ctx_temp=$(mktemp); curl -fsSL https://shylinux.com -o $ctx_temp; source $ctx_temp binary
```
## page
open http://localhost:9020