1
0
forked from x/ContextOS
2022-02-25 19:56:44 +08:00
2022-02-14 12:21:41 +08:00
2022-02-25 19:56:44 +08:00
2022-02-24 17:35:01 +08:00
2022-01-24 10:37:00 +08:00
2021-09-30 04:21:45 +08:00
2022-02-25 19:46:18 +08:00
2022-02-25 19:46:18 +08:00
2021-05-18 17:13:50 +08:00
2022-02-23 12:16:24 +08:00
2022-02-25 19:46:18 +08:00

contexts

contexts 通过集群化、模块化、自动化的方式,用一个 20M 的程序文件, 就可以在各种设备上,一键搭起完整的云计算与云研发服务。

安装项目

镜像方式

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

源码方式

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

使用项目

如果是本地启动,直接免登录打开网页,http://localhost:9020 如果是远程或容器启动,输入相应地址后,输入默认的 username: root password: root 即可登录

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%