wget -c http://mirrors.linuxeye.com/oneinstack-full.tar.gz && tar xzf oneinstack-full.tar.gz && ./oneinstack/install.sh --apache --apache_mpm_option 1 --apache_mode_option 1 --php_option 9 --phpcache_option 1 --php_extensions fileinfo,xdebug --phpmyadmin --db_option 2 --dbinstallmethod 1 --dbrootpwd masmin3278 --reboot
RedHat 8 추가 설치
subscription-manager register
wget 'http://download.rockylinux.org/pub/rocky/8/PowerTools/x86_64/os/Packages/o/oniguruma-devel-6.8.2-2.el8.x86_64.rpm' && rpm -ivh oniguruma-devel-6.8.2-2.el8.x86_64.rpm
yum install expat-devel
yum install gcc gcc-c++
yum install zlib-devel
yum install apr apr-util
yum install openssl-devel
yum install libxml2-devel
yum install sqlite-devel
yum install libpng-devel
yum install libjpeg-devel
yum install curl-devel
yum install freetype-devel
yum install libicu-devel
yum install autoconf
yum install libxslt-devel
systemctl disable firewalld
systemctl stop firewalld
----------------------
subscription-manager register
dnf install expat-devel gcc gcc-c++ zlib-devel apr apr-util openssl-devel libxml2-devel sqlite-devel libpng-devel libjpeg-devel curl-devel freetype-devel libicu-devel libxslt-devel autoconf
systemctl disable firewalld && systemctl stop firewalld