mirror of
https://shylinux.com/x/operation
synced 2025-04-25 01:08:04 +08:00
18 lines
449 B
Markdown
18 lines
449 B
Markdown
# ContextOS
|
|
ContextOS 通过集群化、模块化、自动化的方式,只用一个 20M 大小的程序文件,就可以在各种设备上,一键启动完整的云计算服务与云研发环境。
|
|
|
|
## 安装系统
|
|
### 下载编译
|
|
```sh
|
|
git clone https://shylinux.com/x/ContextOS
|
|
cd ContextOS; source etc/miss.sh
|
|
```
|
|
|
|
### 启动服务
|
|
```sh
|
|
ish_miss_serve
|
|
```
|
|
|
|
### 管理后台
|
|
打开管理后台 [http://localhost:9020](http://localhost:9020)
|