Guest User

Untitled

a guest
Apr 7th, 2018
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. PS C:wamp64www> wp --info
  2. OS: Windows NT 10.0 build 16299 (Windows 10) AMD64
  3. Shell: C:WINDOWSsystem32cmd.exe
  4. PHP binary: C:wamp64binphpphp7.1.9php.exe
  5. PHP version: 7.1.9
  6. php.ini used: C:wamp64binphpphp7.1.9php.ini
  7. WP-CLI root dir: phar://wp-cli.phar
  8. WP-CLI vendor dir: phar://wp-cli.phar/vendor
  9. WP_CLI phar path: C:wamp64www
  10. WP-CLI packages dir:
  11. WP-CLI global config:
  12. WP-CLI project config:
  13. WP-CLI version: 1.5.0
  14.  
  15. wp core download --path=example.com.com && cd example.com && wp config
  16. create --dbname=example.com --dbuser=root && wp db create && wp core
  17. install --url=http://example.com --title="WP Unit Tests" --admin_user=adm
  18. --admin_password=passwordhere --admin_email=myemail@gmail.com
  19.  
  20. Creating directory 'C:wamp64www/example.com/'.
  21. Downloading WordPress 4.9.5 (en_US)...
  22. Using cached file 'C:UsersOwner/.wp-cli/cache/core/wordpress-4.9.5-en_US.tar.gz'...
  23. Success: WordPress downloaded.
  24. Success: Generated 'wp-config.php' file.
  25. Success: Database created.
  26. Success: WordPress installed successfully.
  27.  
  28. wp core install --url=http://example.com
  29.  
  30. wp core install --url=http://localhost/example.com
Add Comment
Please, Sign In to add comment