1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
2021-05-25 22:24:25 +08:00
2021-02-26 15:52:52 +08:00
2021-05-13 10:11:33 +08:00
2021-05-25 22:24:25 +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
2021-05-18 17:13:50 +08:00
2021-04-11 12:05:54 +08:00
2021-05-13 15:28:04 +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_dev=https://shylinux.com ctx_temp=$(mktemp); curl -fsSL $ctx_dev -o $ctx_temp; source $ctx_temp binary

webview

then open http://localhost:9020

Description
Languages
JavaScript 40.6%
Shell 23%
HTML 20.7%
CSS 9.3%
Go 4.6%
Other 1.7%