updated README
parent
70151b020f
commit
913061987d
|
@ -97,9 +97,9 @@ $ pip3 install simplejson
|
||||||
|
|
||||||
# 安装mysql-connector-python
|
# 安装mysql-connector-python
|
||||||
$ cd ~/tools
|
$ cd ~/tools
|
||||||
$ wget https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.20.tar.gz
|
$ wget https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.23.tar.gz
|
||||||
$ tar xzf mysql-connector-python-8.0.20.tar.gz
|
$ tar xzf mysql-connector-python-8.0.23.tar.gz
|
||||||
$ cd ~/tools/mysql-connector-python-8.0.20
|
$ cd ~/tools/mysql-connector-python-8.0.23
|
||||||
$ sudo python3 setup.py install
|
$ sudo python3 setup.py install
|
||||||
|
|
||||||
# 安装Falcon
|
# 安装Falcon
|
||||||
|
|
|
@ -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:
|
Create .env file based on example.env and edit the .env file if needed:
|
||||||
```bash
|
```bash
|
||||||
cp /myems-normalization/example.env /myems-cleaning/.env
|
cp /myems-normalization/example.env /myems-normalization/.env
|
||||||
nano /myems-normalization/.env
|
nano /myems-normalization/.env
|
||||||
```
|
```
|
||||||
Setup systemd service:
|
Setup systemd service:
|
||||||
|
|
Loading…
Reference in New Issue