Add new file

master
钟进 6 years ago
parent 5ad31cb7d0
commit 7a4c4a90b4

@ -0,0 +1,34 @@
## 本地安装开发调试环境
### nodejs
### 建立运行目录
mkdir yunkong2-runtime
cd yunkong2-runtime
### 安装yunkong2 基本框架
npm install https://git.spacen.net/yunkong2/yunkong2/repository/master/archive.tar.gz --production
### 本地运行
node node_modules/yunkong2.js-controller/controller.js
浏览器访问 http://127.0.0.1:8081
### 安装其他基础套件
* web服务器 https://git.spacen.net/yunkong2/yunkong2.web/repository/master/archive.tar.gz
* 魔屏
* 可视化VIS
* 历史数据
* 统计图表
* modbus
Loading…
Cancel
Save