gmdzxx 发表于 2018-11-2 11:21:04

十、LNMP(php redis)wordpress部署

  cd /application/tools/
  wget https://cn.wordpress.org/wordpress-4.9.4-zh_CN.tar.gz
  tar xf wordpress-4.9.4-zh_CN.tar.gz
  mkdir /application/nginx/html/blog
  mv wordpress /application/nginx/html/blog/
  chown -R www.www /application/nginx/html/blog
  cd /application/nginx/html/blog
  mv wordpress/* ./
  修改mycat设置
  vim/application/mycat/conf/schema.xml
  
页: [1]
查看完整版本: 十、LNMP(php redis)wordpress部署