Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save HammoTime/99fca081769d80b225ceb1204d35c117 to your computer and use it in GitHub Desktop.
Save HammoTime/99fca081769d80b225ceb1204d35c117 to your computer and use it in GitHub Desktop.
wget https://wordpress.org/latest.tar.gz
tar xvzf latest.tar.gz
sudo mv wordpress/ /var/www/<TENANT_NAME>-wp
sudo chown -R nginx:nginx /var/www/<TENANT_NAME>/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment