updated README

pull/77/MERGE
13621160019@163.com 2021-10-30 18:53:35 +08:00
parent 70151b020f
commit 913061987d
3 changed files with 5 additions and 5 deletions

View File

@ -97,9 +97,9 @@ $ pip3 install simplejson
# 安装mysql-connector-python
$ cd ~/tools
$ wget https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.20.tar.gz
$ tar xzf mysql-connector-python-8.0.20.tar.gz
$ cd ~/tools/mysql-connector-python-8.0.20
$ wget https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.23.tar.gz
$ tar xzf mysql-connector-python-8.0.23.tar.gz
$ cd ~/tools/mysql-connector-python-8.0.23
$ sudo python3 setup.py install
# 安装Falcon

View File

@ -98,7 +98,7 @@ cp -r ~/myems/myems-normalization /myems-normalization
```
Create .env file based on example.env and edit the .env file if needed:
```bash
cp /myems-normalization/example.env /myems-cleaning/.env
cp /myems-normalization/example.env /myems-normalization/.env
nano /myems-normalization/.env
```
Setup systemd service: