mirror of
https://shylinux.com/x/enterprise
synced 2025-04-25 09:08:06 +08:00
20 lines
424 B
Markdown
20 lines
424 B
Markdown
# Enterprise
|
|
Enterprise 通过模块化、集群化、自动化的方式,只用一个 20M 大小的程序文件,就可以在各种设备上,一键启动完整的云计算服务与云研发环境。
|
|
|
|
## 源码安装
|
|
### 克隆编译
|
|
```sh
|
|
git clone https://shylinux.com/x/enterprise
|
|
cd enterprise; source etc/miss.sh
|
|
```
|
|
|
|
### 启动服务
|
|
```sh
|
|
ish_miss_serve
|
|
```
|
|
|
|
### 访问网页
|
|
```sh
|
|
open http://localhost:9020
|
|
```
|