forked from x/ContextOS
opt some
This commit is contained in:
parent
01f685cfb6
commit
3ed018b934
16
README.md
16
README.md
@ -1,7 +1,19 @@
|
|||||||
# Contexts
|
# Contexts
|
||||||
contexts 通过集群化、模块化、自动化的方式,用一个 20M 的程序文件,就可以在各种设备上,一键搭起完整的云计算服务与云研发环境。
|
contexts 通过集群化、模块化、自动化的方式,用一个 20M 的程序文件,就可以在各种设备上,一键搭起完整的云计算服务与云研发环境。
|
||||||
|
|
||||||
## 安装项目
|
## 安装
|
||||||
|
### 下载编译
|
||||||
```sh
|
```sh
|
||||||
temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL https://shylinux.com; else wget -O $temp -q https://shylinux.com; fi; source $temp binary
|
git clone https://shylinux.com/x/contexts
|
||||||
|
cd contexts; source etc/miss.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
### 启动服务
|
||||||
|
```sh
|
||||||
|
ish_miss_serve
|
||||||
|
```
|
||||||
|
|
||||||
|
### 访问网页
|
||||||
|
```sh
|
||||||
|
open http://localhost:9020
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user