1
0
forked from x/ContextOS
2022-02-14 12:21:41 +08:00
2022-02-14 12:21:41 +08:00
2022-02-14 01:50:25 +08:00
2022-02-14 12:21:41 +08:00
2022-01-24 10:37:00 +08:00
2021-09-30 04:21:45 +08:00
2022-02-14 12:21:41 +08:00
2022-02-14 12:21:41 +08:00
2021-05-18 17:13:50 +08:00
2022-02-13 18:13:51 +08:00
2021-09-03 20:51:50 +08:00

contexts

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

install

install by binary

export ctx_temp=$(mktemp); curl -fsSL https://shylinux.com -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

Description
云操作系统
Readme MIT 4.9 MiB
Languages
JavaScript 40.8%
Shell 22.4%
HTML 20.9%
CSS 9.4%
Go 4.7%
Other 1.7%