Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #!/bin/bash
  2. SITE_URL="testme.dev"
  3. DB_NAME="db_name"
  4. SITE_TITLE="Site Title"
  5. wp core download
  6. wp core config --dbname=$DB_NAME --dbuser=root --dbpass=root
  7. wp core install --url=$SITE_URL --title=$SITE_TITLE --admin_user=admin --admin_email=email@email.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement