updated README files
parent
55b5024619
commit
7eb5effd6a
|
@ -29,6 +29,14 @@ cd ~/tools/mysql-connector-python-8.0.20
|
|||
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:
|
||||
```bash
|
||||
cd ~
|
||||
|
|
|
@ -19,6 +19,8 @@ gunicorn
|
|||
|
||||
openpyxl
|
||||
|
||||
python-decouple
|
||||
|
||||
## Quick Run for Development
|
||||
|
||||
```bash
|
||||
|
@ -119,6 +121,14 @@ cd ~/tools/openpyxl-3.0.7
|
|||
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:
|
||||
```bash
|
||||
cd ~
|
||||
|
|
|
@ -33,6 +33,22 @@ cd ~/tools/mysql-connector-python-8.0.20
|
|||
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
|
||||
```bash
|
||||
cd ~
|
||||
|
|
|
@ -52,6 +52,14 @@ cd ~/tools/modbus-tk
|
|||
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
|
||||
```bash
|
||||
cd ~
|
||||
|
@ -60,7 +68,7 @@ cd myems
|
|||
git checkout master (or the latest release tag)
|
||||
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
|
||||
cp /myems-modbus-tcp/example.env /myems-cleaning/.env
|
||||
nano /myems-modbus-tcp/.env
|
||||
|
|
|
@ -80,6 +80,14 @@ cd ~/tools/openpyxl-3.0.7
|
|||
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:
|
||||
```
|
||||
cd ~
|
||||
|
|
Loading…
Reference in New Issue