Advertisement
Guest User

Untitled

a guest
May 24th, 2017
542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #!/bin/bash
  2. wp core download --version=4.5
  3. wp core config --dbname=site1 --dbuser=root --dbhost=localhost
  4. wp db create
  5. wp core install --skip-email --title="New WP site" --admin_user="roberto" --admin_password="roberto" --admin_email=info@robertoremedios.com
  6. wp plugin install wordpress-importer --activate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement