1
0
forked from x/ContextOS
2021-05-12 22:08:39 +08:00
2021-02-26 15:52:52 +08:00
2021-05-12 21:12:43 +08:00
2021-05-12 11:13:32 +08:00
2021-02-26 00:19:15 +08:00
2021-02-23 18:49:34 +08:00
2021-04-11 12:05:54 +08:00
2021-04-13 14:34:34 +08:00
2020-12-03 18:28:58 +08:00
2021-04-11 12:05:54 +08:00
2021-05-12 22:08:39 +08:00

contexts

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

install

install by source

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

install by binary

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

page

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%