|
|
|
@ -405,7 +405,7 @@ cd /opt
|
|
|
|
sudo git clone https://github.com/yuvelq/FDMR-Monitor.git
|
|
|
|
sudo git clone https://github.com/yuvelq/FDMR-Monitor.git
|
|
|
|
cd FDMR-Monitor
|
|
|
|
cd FDMR-Monitor
|
|
|
|
sudo git checkout Self_Service
|
|
|
|
sudo git checkout Self_Service
|
|
|
|
sed -i "s/mysqlclient//g" /opt/FDMR-Monitor/requirements.txt
|
|
|
|
|
|
|
|
sudo chmod +x install.sh
|
|
|
|
sudo chmod +x install.sh
|
|
|
|
chmod 755 /opt/FDMR-Monitor/data
|
|
|
|
chmod 755 /opt/FDMR-Monitor/data
|
|
|
|
|
|
|
|
|
|
|
|
@ -918,7 +918,7 @@ cd /opt
|
|
|
|
sudo git clone https://github.com/CS8ABG/FDMR-Monitor.git /opt/FDMR-Monitor2
|
|
|
|
sudo git clone https://github.com/CS8ABG/FDMR-Monitor.git /opt/FDMR-Monitor2
|
|
|
|
cd /opt/FDMR-Monitor2
|
|
|
|
cd /opt/FDMR-Monitor2
|
|
|
|
sudo git checkout Self_Service
|
|
|
|
sudo git checkout Self_Service
|
|
|
|
sed -i "s/mysqlclient//g" /opt/FDMR-Monitor2/requirements.txt
|
|
|
|
|
|
|
|
pip3 install -r requirements.txt
|
|
|
|
pip3 install -r requirements.txt
|
|
|
|
chmod 755 /opt/FDMR-Monitor2/data
|
|
|
|
chmod 755 /opt/FDMR-Monitor2/data
|
|
|
|
|
|
|
|
|
|
|
|
|