Add new file
This commit is contained in:
parent
5ad31cb7d0
commit
7a4c4a90b4
34
本地开发调试.md
Normal file
34
本地开发调试.md
Normal file
@ -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…
Reference in New Issue
Block a user