Created
May 11, 2017 21:53
-
-
Save bfocht/0df6db60493f58e2d7111454a5fcfc10 to your computer and use it in GitHub Desktop.
This file contains 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
#####run this script to automatically install | |
sudo su | |
cd /var/www/html | |
wp core install --url=$HOSTNAME --title="reseller store" --admin_user=bryan [email protected] | |
wp theme install primer --activate | |
chown -R apache:apache /var/www/html/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment