1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
ContextOS/README.md
2021-05-12 22:07:14 +08:00

466 B
Raw Blame History

contexts

contexts通过集群化、模块化、自动化可以在各种设备上快速组建起云计算服务。

install

install by source

export ctx_dev=https://shylinux.com ctx_temp=$(mktemp); curl -fsSL $ctx_dev -o $ctx_temp; source $ctx_temp source

install by binary

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