1. 程式人生 > >在centos上配置環境

在centos上配置環境

1.   安裝wget

[[email protected] ~]# yum -y install wget

2.   oneinstack官網配置安裝環境

wget http://mirrors.linuxeye.com/oneinstack-full.tar.gz && tar xzf oneinstack-full.tar.gz && ./oneinstack/install.sh --nginx_option 1 --apache_option 1 --php_option 5 --phpcache_option 1 --php_extensions redis --phpmyadmin  --tomcat_option 2 --jdk_option 2 --db_option 2 --dbinstallmethod 1 --dbrootpwd 123456 --pureftpd  --redis  --memcached  --iptables  --ssh_port 22 –reboot