updated README files
parent
8d46a710fd
commit
19959847ef
|
@ -18,7 +18,7 @@ MyEMS项目由下列组件构成:
|
||||||
|
|
||||||
### MyEMS Web APP
|
### MyEMS Web APP
|
||||||
|
|
||||||
参考[myems-web](https://github.com/myems/myems-web.git) 获取更多信息。
|
参考[web](./web/README.md) 获取更多信息。
|
||||||
|
|
||||||
### MyEMS 管理面板
|
### MyEMS 管理面板
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ MyEMS项目由下列组件构成:
|
||||||
|
|
||||||
### MyEMS 数据接口API
|
### MyEMS 数据接口API
|
||||||
|
|
||||||
参考仓库[myems-api](https://github.com/myems/myems-api.git) 获取更多信息。
|
参考仓库[myems-api](https://github.com/MyEMS/myems-api.git) 获取更多信息。
|
||||||
|
|
||||||
### MyEMS MQTT 数据发布服务 (从MyEMS转发到第三方)
|
### MyEMS MQTT 数据发布服务 (从MyEMS转发到第三方)
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ Dieses Projekt besteht aus folgenden Komponenten:
|
||||||
|
|
||||||
### MyEMS Web APP
|
### MyEMS Web APP
|
||||||
|
|
||||||
Weitere Informationen finden Sie im Repository [myems-web](https://github.com/myems/myems-web.git).
|
Weitere Informationen finden Sie [web](./web/README.md).
|
||||||
|
|
||||||
### MyEMS Admin Panel
|
### MyEMS Admin Panel
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ Weitere Informationen finden Sie im [myems-aggregation](./myems-aggregation/READ
|
||||||
|
|
||||||
### MyEMS API
|
### MyEMS API
|
||||||
|
|
||||||
Weitere Informationen finden Sie im Repository [myems-api](https://github.com/myems/myems-api.git).
|
Weitere Informationen finden Sie im Repository [myems-api](https://github.com/MyEMS/myems-api.git).
|
||||||
|
|
||||||
### MyEMS MQTT Data Publisher Service (transmit data from MyEMS to 3rd Party)
|
### MyEMS MQTT Data Publisher Service (transmit data from MyEMS to 3rd Party)
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ This project is compose of following components:
|
||||||
|
|
||||||
### MyEMS Web APP
|
### MyEMS Web APP
|
||||||
|
|
||||||
See the repository [myems-web](https://github.com/myems/myems-web.git) for more information.
|
See the repository [web](./web/README.md) for more information.
|
||||||
|
|
||||||
### MyEMS Admin Panel
|
### MyEMS Admin Panel
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ See [myems-aggregation](./myems-aggregation/README.md) for more information.
|
||||||
|
|
||||||
### MyEMS API
|
### MyEMS API
|
||||||
|
|
||||||
See the repository [myems-api](https://github.com/myems/myems-api.git) for more information.
|
See the repository [myems-api](https://github.com/MyEMS/myems-api.git) for more information.
|
||||||
|
|
||||||
### MyEMS MQTT Data Publisher Service (transmit data from MyEMS to 3rd Party)
|
### MyEMS MQTT Data Publisher Service (transmit data from MyEMS to 3rd Party)
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@ Add another new 'server' section, add values as below:
|
||||||
* Download myems-admin
|
* Download myems-admin
|
||||||
```
|
```
|
||||||
$ cd ~
|
$ cd ~
|
||||||
$ git clone https://github.com/myems/myems.git
|
$ git clone https://github.com/MyEMS/myems.git
|
||||||
```
|
```
|
||||||
|
|
||||||
* Install myems-admin :
|
* Install myems-admin :
|
||||||
|
|
|
@ -31,7 +31,7 @@ Download and install MySQL Connector:
|
||||||
Install myems-aggregation service:
|
Install myems-aggregation service:
|
||||||
```
|
```
|
||||||
$ cd ~
|
$ cd ~
|
||||||
$ git clone https://github.com/myems/myems.git
|
$ git clone https://github.com/MyEMS/myems.git
|
||||||
$ cd myems
|
$ cd myems
|
||||||
$ sudo git checkout master (or the latest release tag)
|
$ sudo git checkout master (or the latest release tag)
|
||||||
$ sudo cp -R ~/myems/myems-aggregation /myems-aggregation
|
$ sudo cp -R ~/myems/myems-aggregation /myems-aggregation
|
||||||
|
|
|
@ -46,7 +46,7 @@ Download and install bacpypes library
|
||||||
Install myems-bacnet service
|
Install myems-bacnet service
|
||||||
```
|
```
|
||||||
$ cd ~
|
$ cd ~
|
||||||
$ git clone https://github.com/myems/myems.git
|
$ git clone https://github.com/MyEMS/myems.git
|
||||||
$ cd myems
|
$ cd myems
|
||||||
$ git checkout master (or the latest release tag)
|
$ git checkout master (or the latest release tag)
|
||||||
$ sudo cp -R ~/myems/myems-bacnet /myems-bacnet
|
$ sudo cp -R ~/myems/myems-bacnet /myems-bacnet
|
||||||
|
|
|
@ -33,7 +33,7 @@ Download and install MySQL Connector:
|
||||||
Install myems-cleaning service
|
Install myems-cleaning service
|
||||||
```bash
|
```bash
|
||||||
$ cd ~
|
$ cd ~
|
||||||
$ git clone https://github.com/myems/myems.git
|
$ git clone https://github.com/MyEMS/myems.git
|
||||||
$ cd myems
|
$ cd myems
|
||||||
$ sudo git checkout master (or the latest release tag)
|
$ sudo git checkout master (or the latest release tag)
|
||||||
$ sudo cp -R ~/myems/myems-cleaning /myems-cleaning
|
$ sudo cp -R ~/myems/myems-cleaning /myems-cleaning
|
||||||
|
|
|
@ -42,7 +42,7 @@ Download and install modbus-tk
|
||||||
Install myems-modbus-tcp service
|
Install myems-modbus-tcp service
|
||||||
```
|
```
|
||||||
$ cd ~
|
$ cd ~
|
||||||
$ git clone https://github.com/myems/myems.git
|
$ git clone https://github.com/MyEMS/myems.git
|
||||||
$ cd myems
|
$ cd myems
|
||||||
$ sudo git checkout master (or the latest release tag)
|
$ sudo git checkout master (or the latest release tag)
|
||||||
$ sudo cp -R ~/myems/myems-modbus-tcp /myems-modbus-tcp
|
$ sudo cp -R ~/myems/myems-modbus-tcp /myems-modbus-tcp
|
||||||
|
@ -61,7 +61,6 @@ Install myems-modbus-tcp service
|
||||||
|
|
||||||
|
|
||||||
### Add Data Sources and Points in MyEMS Admin
|
### Add Data Sources and Points in MyEMS Admin
|
||||||
refer to https://github.com/myems/myesm-admin.git
|
|
||||||
|
|
||||||
NOTE: If you modified Modbus TCP datasources and points, please restart this service:
|
NOTE: If you modified Modbus TCP datasources and points, please restart this service:
|
||||||
```
|
```
|
||||||
|
|
|
@ -46,7 +46,7 @@ Download and install paho-mqtt:
|
||||||
Install myems-mqtt-publisher service
|
Install myems-mqtt-publisher service
|
||||||
```
|
```
|
||||||
$ cd ~
|
$ cd ~
|
||||||
$ git clone https://github.com/myems/myems.git
|
$ git clone https://github.com/MyEMS/myems.git
|
||||||
$ cd myems
|
$ cd myems
|
||||||
$ sudo git checkout master (or the latest release tag)
|
$ sudo git checkout master (or the latest release tag)
|
||||||
$ sudo cp -R ~/myems/myems-mqtt-publisher /myems-mqtt-publisher
|
$ sudo cp -R ~/myems/myems-mqtt-publisher /myems-mqtt-publisher
|
||||||
|
|
|
@ -73,7 +73,7 @@ Download and install openpyxl
|
||||||
Install myems-normalization service:
|
Install myems-normalization service:
|
||||||
```
|
```
|
||||||
$ cd ~
|
$ cd ~
|
||||||
$ git clone https://github.com/myems/myems.git
|
$ git clone https://github.com/MyEMS/myems.git
|
||||||
$ cd myems
|
$ cd myems
|
||||||
$ sudo git checkout master (or the latest release tag)
|
$ sudo git checkout master (or the latest release tag)
|
||||||
$ sudo cp -r ~/myems/myems-normalization /myems-normalization
|
$ sudo cp -r ~/myems/myems-normalization /myems-normalization
|
||||||
|
|
|
@ -39,11 +39,16 @@ You can run 'node server.js' to run the production build locally at http://local
|
||||||
|
|
||||||
refer to http://nginx.org/en/docs/install.html
|
refer to http://nginx.org/en/docs/install.html
|
||||||
|
|
||||||
|
* Download myems:
|
||||||
|
```
|
||||||
|
$ cd ~
|
||||||
|
$ git clone https://github.com/MyEMS/myems.git
|
||||||
|
```
|
||||||
* Install myems-web :
|
* Install myems-web :
|
||||||
|
|
||||||
Check and change the config file if necessary:
|
Check and change the config file if necessary:
|
||||||
```
|
```
|
||||||
$ cd ~/myems-web
|
$ cd ~/myems/web
|
||||||
$ sudo nano src/config.js
|
$ sudo nano src/config.js
|
||||||
```
|
```
|
||||||
Build and Compress
|
Build and Compress
|
||||||
|
|
Loading…
Reference in New Issue