mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
9 lines
279 B
Bash
Executable file
9 lines
279 B
Bash
Executable file
git clone https://github.com/cvandeplas/pystemon.git /opt/pystemon
|
|
|
|
apt-get install -y python-pip python-requests python-yaml python-redis
|
|
|
|
pip install beautifulsoup4
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
cp $BASEDIR/config.cfg /opt/AIL/bin/packages/
|
|
cp $BASEDIR/pystemon.yaml /opt/pystemon/
|