Skip to content

Instantly share code, notes, and snippets.

@bfocht
Created May 11, 2017 21:53
Show Gist options
  • Save bfocht/0df6db60493f58e2d7111454a5fcfc10 to your computer and use it in GitHub Desktop.
Save bfocht/0df6db60493f58e2d7111454a5fcfc10 to your computer and use it in GitHub Desktop.
#####run this script to automatically install
sudo su
cd /var/www/html
wp core install --url=$HOSTNAME --title="reseller store" --admin_user=bryan --admin_email=$USER@godaddy.com
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