|
|
@ -3,6 +3,8 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin |
|
|
|
export PATH |
|
|
|
export PATH |
|
|
|
LANG=en_US.UTF-8 |
|
|
|
LANG=en_US.UTF-8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sed -i 's#SELINUX=disabled#SELINUX=enforcing#g' /etc/selinux/config |
|
|
|
|
|
|
|
|
|
|
|
wget -O /tmp/master.zip https://codeload.github.com/midoks/mdserver-web/zip/master |
|
|
|
wget -O /tmp/master.zip https://codeload.github.com/midoks/mdserver-web/zip/master |
|
|
|
cd /tmp && unzip /tmp/master.zip |
|
|
|
cd /tmp && unzip /tmp/master.zip |
|
|
|
/usr/bin/cp -rf /tmp/mdserver-web-master/* /www/server/mdserver-web |
|
|
|
/usr/bin/cp -rf /tmp/mdserver-web-master/* /www/server/mdserver-web |
|
|
|