Install fixes.
This commit is contained in:
parent
d2bae91d9a
commit
dbbb06d730
1 changed files with 13 additions and 2 deletions
|
@ -16,11 +16,22 @@ else
|
|||
fi
|
||||
|
||||
PY_INTELMQ='intelmq intelmq-api intelmqmail intelmq-manager gunicorn certstream'
|
||||
PY_CERTBUND_CONTACT='intelmq-certbund-contact intelmq-fody-backend'
|
||||
|
||||
|
||||
pip3 install $PY_INTELMQ
|
||||
pip3 install $PY_CERTBUND_CONTACT
|
||||
|
||||
|
||||
# Junk
|
||||
|
||||
mkdir /opt/intelmq/src
|
||||
cd /opt/intelmq/src
|
||||
git clone https://github.com/Intevation/intelmq-certbund-contact.git
|
||||
git clone https://github.com/Intevation/intelmq-fody-backend.git
|
||||
( cd /opt/intelmq/src/intelmq-certbund-contact ; pip3 install . ; true )
|
||||
( cd /opt/intelmq/src/intelmq-fody-backend ; python3 setup.py install ; true )
|
||||
cd
|
||||
rm -rf /opt/intelmq/src
|
||||
|
||||
# Due to Certbund contact overwrite files for some reason, reinstall intelmq
|
||||
pip3 install --force-reinstall intelmq
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue