虎泰克博客

whutech centos服务器配置标准


hostnamectl set-hostname server02 yum&n

hostnamectl set-hostname server02
yum install -y nginx
systemctl enable nginx
service nginx start
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
yum -y install php70w.x86_64 php70w-cli.x86_64 php70w-common.x86_64 php70w-gd.x86_64 php70w-ldap.x86_64 php70w-mbstring.x86_64 php70w-mcrypt.x86_64 php70w-mysql.x86_64 php70w-pdo.x86_64
yum -y install php70w-fpm php70w-opcache
systemctl enable php-fpm
yum -y install mariadb
yum -y install mariadb-server
systemctl enable mariadb
service mariadb start
mysqladmin -u root password '*****'
yum -y install certbot


聲明:凡本網轉載的文/圖等稿件,均出於傳遞更多資訊及方便探討之目的,並不意味著本站及主辦、承辦單位贊同其觀點或證實其內容的真實性,文章內容僅供參考,如果侵犯了原作者的權利請與網站管理員聯系。

登入以發表評論

評論清單

    暫無數據