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

450 B
Raw Blame History

contexts

contexts通过集群化、模块化、自动化可以在各种设备上一键搭起云计算服务。

install

install by binary

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

install by source

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

page

then open http://localhost:9020