yum -y install wget unzip
cd /tmp
rm -f ./ofbiz_linux.sh
wget -nc https://raw.githubusercontent.com/b1glord/Configs/master/OFBİZ/ofbiz_linux.sh
chmod +x ofbiz_linux.sh
./ofbiz_linux.sh
cd /usr/local/ofbiz/apache-ofbiz-18.12.10
./gradlew "ofbizBackground --start"
cd /usr/local/ofbiz/apache-ofbiz-18.12.10
./gradlew "ofbiz --shutdown"
https://localhost:8443/ordermgr [Order Back Office]
https://localhost:8443/accounting [Accounting Back Office]
https://localhost:8443/webtools [Administrator interface]