-
-
Save kelvinotuya/447a9f69c31e4050f5f84cf1288985af to your computer and use it in GitHub Desktop.
Download and Deploy WordPress Application Code for Apache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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