Skip to content

Instantly share code, notes, and snippets.

@kelvinotuya
Forked from mikepfeiffer/wordpress.sh
Created June 20, 2021 15:34
Show Gist options
  • Select an option

  • Save kelvinotuya/447a9f69c31e4050f5f84cf1288985af to your computer and use it in GitHub Desktop.

Select an option

Save kelvinotuya/447a9f69c31e4050f5f84cf1288985af to your computer and use it in GitHub Desktop.
Download and Deploy WordPress Application Code for Apache
#!/bin/bash
wget https://wordpress.org/latest.tar.gz
tar -xzf latest.tar.gz
cp -r wordpress/* /var/www/html/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment