1
0
forked from x/ContextOS
ContextOS/README.md
2022-04-30 02:06:12 +08:00

15 lines
529 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# contexts
contexts 通过集群化、模块化、自动化的方式,用一个 20M 的程序文件, 就可以在各种设备上,一键搭起完整的云计算与云研发服务。
## 安装项目
```sh
ctx_temp=$(mktemp); curl -o $ctx_temp -fsSL https://shylinux.com; source $ctx_temp binary port 9020
```
## 使用项目
如果是本地启动直接免登录打开网页http://localhost:9020
如果是远程或容器启动,输入相应地址后,输入默认的 username: root password: root 即可登录