|
|
|
|
@ -585,6 +585,7 @@ sudo apt-get install rrdtool -y
|
|
|
|
|
sudo sed -i "s/www\/html/www\/fdmr/g" /opt/FDMR-Monitor/html/*.*
|
|
|
|
|
sudo sed -i "s/www\/html/www\/fdmr/g" /opt/FDMR-Monitor/sysinfo/*.*
|
|
|
|
|
# Install the required support programs
|
|
|
|
|
sudo -H pip3 install --upgrade pip
|
|
|
|
|
pip3 install -r requirements.txt
|
|
|
|
|
pip install pyopenssl --upgrade
|
|
|
|
|
cd /opt/FDMR-Monitor/
|
|
|
|
|
@ -1056,7 +1057,9 @@ cd /opt
|
|
|
|
|
sudo git clone https://github.com/CS8ABG/FDMR-Monitor.git /opt/FDMR-Monitor2
|
|
|
|
|
cd /opt/FDMR-Monitor2
|
|
|
|
|
sudo git checkout Self_Service
|
|
|
|
|
sudo -H pip3 install --upgrade pip
|
|
|
|
|
pip3 install -r requirements.txt
|
|
|
|
|
pip install pyopenssl --upgrade
|
|
|
|
|
chmod 777 /opt/FDMR-Monitor2/data
|
|
|
|
|
|
|
|
|
|
#sed -i '72d' /opt/FDMR-Monitor2/html/include/navbar.php
|
|
|
|
|
|