Advertisement
Guest User

Untitled

a guest
Jul 16th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. //download the latest wordpress latest.zip
  2. wp core download
  3.  
  4. //update config file with database deets
  5. wp core config --dbname=databasename --dbuser=root --dbpass=root --dbhost=localhost --dbprefix=prfx_
  6.  
  7. //install wordpress locally with these deets
  8. wp core install --url=example.dev --title="Cool New Project" --admin_user=annie --admin_password=admin_password --admin_email="anniemccance@gmail.com"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement