updated README files
parent
55b5024619
commit
7eb5effd6a
|
@ -29,6 +29,14 @@ cd ~/tools/mysql-connector-python-8.0.20
|
||||||
python3 setup.py install
|
python3 setup.py install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Download and install Python Decouple
|
||||||
|
```bash
|
||||||
|
cd ~/tools
|
||||||
|
git clone https://github.com/henriquebastos/python-decouple.git
|
||||||
|
cd ~/tools/python-decouple
|
||||||
|
python3 setup.py install
|
||||||
|
```
|
||||||
|
|
||||||
Install myems-aggregation service:
|
Install myems-aggregation service:
|
||||||
```bash
|
```bash
|
||||||
cd ~
|
cd ~
|
||||||
|
|
|
@ -19,6 +19,8 @@ gunicorn
|
||||||
|
|
||||||
openpyxl
|
openpyxl
|
||||||
|
|
||||||
|
python-decouple
|
||||||
|
|
||||||
## Quick Run for Development
|
## Quick Run for Development
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -119,6 +121,14 @@ cd ~/tools/openpyxl-3.0.7
|
||||||
python3 setup.py install
|
python3 setup.py install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Download and install Python Decouple
|
||||||
|
```bash
|
||||||
|
cd ~/tools
|
||||||
|
git clone https://github.com/henriquebastos/python-decouple.git
|
||||||
|
cd ~/tools/python-decouple
|
||||||
|
python3 setup.py install
|
||||||
|
```
|
||||||
|
|
||||||
* Download myems:
|
* Download myems:
|
||||||
```bash
|
```bash
|
||||||
cd ~
|
cd ~
|
||||||
|
|
|
@ -33,6 +33,22 @@ cd ~/tools/mysql-connector-python-8.0.20
|
||||||
python3 setup.py install
|
python3 setup.py install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Download and install Schedule
|
||||||
|
```bash
|
||||||
|
cd ~/tools
|
||||||
|
git clone https://github.com/dbader/schedule.git
|
||||||
|
cd ~/tools/schedule
|
||||||
|
python3 setup.py install
|
||||||
|
```
|
||||||
|
|
||||||
|
Download and install Python Decouple
|
||||||
|
```bash
|
||||||
|
cd ~/tools
|
||||||
|
git clone https://github.com/henriquebastos/python-decouple.git
|
||||||
|
cd ~/tools/python-decouple
|
||||||
|
python3 setup.py install
|
||||||
|
```
|
||||||
|
|
||||||
Install myems-cleaning service
|
Install myems-cleaning service
|
||||||
```bash
|
```bash
|
||||||
cd ~
|
cd ~
|
||||||
|
|
|
@ -52,6 +52,14 @@ cd ~/tools/modbus-tk
|
||||||
python3 setup.py install
|
python3 setup.py install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Download and install Python Decouple
|
||||||
|
```bash
|
||||||
|
cd ~/tools
|
||||||
|
git clone https://github.com/henriquebastos/python-decouple.git
|
||||||
|
cd ~/tools/python-decouple
|
||||||
|
python3 setup.py install
|
||||||
|
```
|
||||||
|
|
||||||
Install myems-modbus-tcp service
|
Install myems-modbus-tcp service
|
||||||
```bash
|
```bash
|
||||||
cd ~
|
cd ~
|
||||||
|
@ -60,7 +68,7 @@ cd myems
|
||||||
git checkout master (or the latest release tag)
|
git checkout master (or the latest release tag)
|
||||||
cp -R ~/myems/myems-modbus-tcp /myems-modbus-tcp
|
cp -R ~/myems/myems-modbus-tcp /myems-modbus-tcp
|
||||||
```
|
```
|
||||||
Create .env file based on .env.example and edit the .env file if needed:
|
Create .env file based on example.env and edit the .env file if needed:
|
||||||
```bash
|
```bash
|
||||||
cp /myems-modbus-tcp/example.env /myems-cleaning/.env
|
cp /myems-modbus-tcp/example.env /myems-cleaning/.env
|
||||||
nano /myems-modbus-tcp/.env
|
nano /myems-modbus-tcp/.env
|
||||||
|
|
|
@ -80,6 +80,14 @@ cd ~/tools/openpyxl-3.0.7
|
||||||
python3 setup.py install
|
python3 setup.py install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Download and install Python Decouple
|
||||||
|
```bash
|
||||||
|
cd ~/tools
|
||||||
|
git clone https://github.com/henriquebastos/python-decouple.git
|
||||||
|
cd ~/tools/python-decouple
|
||||||
|
python3 setup.py install
|
||||||
|
```
|
||||||
|
|
||||||
Install myems-normalization service:
|
Install myems-normalization service:
|
||||||
```
|
```
|
||||||
cd ~
|
cd ~
|
||||||
|
|
Loading…
Reference in New Issue