Debian
安装 php 额外的扩展
apt install php-curl php-gd php-mbstring php-xml php-xmlrpc php-soap php-intl php-zip
解压文件
tar xzvf latest.tar.gz
修改 wordpress 文件权限
sudo find /var/www/wordpress/ -type d -exec chmod 750 {} \;
sudo find /var/www/wordpress/ -type f -exec chmod 640 {} \;
获取 wordpress 密钥
curl -s https://api.wordpress.org/secret-key/1.1/salt/
brew cask install qlimagesize