mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-24 04:13:12 +00:00
Forgot a requirement
This commit is contained in:
parent
ad881995f3
commit
e1097a895c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ pages:
|
||||||
- apt-get -qq update
|
- apt-get -qq update
|
||||||
- cat apt_requirements.txt | grep python3 | xargs apt-get -qq install -y
|
- cat apt_requirements.txt | grep python3 | xargs apt-get -qq install -y
|
||||||
- python3 -m pip install -U -r pip_requirements.txt
|
- python3 -m pip install -U -r pip_requirements.txt
|
||||||
- python3 -m pip install -U sphinx
|
- python3 -m pip install -U sphinx recommonmark
|
||||||
- cp re2o/settings_local.example.py re2o/settings_local.py
|
- cp re2o/settings_local.example.py re2o/settings_local.py
|
||||||
- sed -i 's/MY_EMAIL_PORT/25/g' re2o/settings_local.py
|
- sed -i 's/MY_EMAIL_PORT/25/g' re2o/settings_local.py
|
||||||
- apt-get -y install python3-mysqldb default-mysql-client
|
- apt-get -y install python3-mysqldb default-mysql-client
|
||||||
|
|
Loading…
Reference in a new issue