Advertisement
Guest User

Untitled

a guest
Aug 8th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. Enter option [ 1 - 24 ] 22
  2. --------------------------------------------------------
  3. ------------------------------------------------------------
  4. Update wp-cli tool
  5. ------------------------------------------------------------
  6. updating...
  7. -------------------------------------------------------------
  8. install wp-cli https://github.com/eriktorsner/wp-checksum
  9. Installing package eriktorsner/wp-checksum (dev-master)
  10. Updating /root/.wp-cli/packages/composer.json to require the package...
  11. Using Composer to install the package...
  12. ---
  13. Loading composer repositories with package information
  14. Updating dependencies
  15. PHP Fatal error: Allowed memory size of 167772160 bytes exhausted (tried to allocate 72 bytes) in phar:///usr/bin/wp/vendor/composer/composer/src/Composer/DependencyResolver/RuleSet.php on line 90
  16. -------------------------------------------------------------
  17. install wp-cli https://github.com/markri/wp-sec
  18. Installing package markri/wp-sec (dev-master)
  19. Updating /root/.wp-cli/packages/composer.json to require the package...
  20. Using Composer to install the package...
  21. ---
  22. Loading composer repositories with package information
  23. Updating dependencies
  24. PHP Fatal error: Allowed memory size of 167772160 bytes exhausted (tried to allocate 72 bytes) in phar:///usr/bin/wp/vendor/composer/composer/src/Composer/DependencyResolver/RuleSetGenerator.php on line 56
  25. -------------------------------------------------------------
  26. update wp-cli packages
  27. Using Composer to update packages...
  28. ---
  29. Loading composer repositories with package information
  30. Updating dependencies
  31. PHP Fatal error: Allowed memory size of 167772160 bytes exhausted (tried to allocate 32 bytes) in phar:///usr/bin/wp/vendor/composer/composer/src/Composer/DependencyResolver/Rule.php on line 57
  32. -------------------------------------------------------------
  33. update wp-cli
  34. 2017-08-08 20:51:05 URL:https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar [4292472/4292472] -> "/usr/bin/wp" [1]
  35. PHP binary: /usr/local/bin/php
  36. PHP version: 5.6.31
  37. php.ini used: /usr/local/lib/php.ini
  38. WP-CLI root dir: phar://wp-cli.phar
  39. WP-CLI vendor dir: phar://wp-cli.phar/vendor
  40. WP_CLI phar path: /usr/local/src/centminmod/addons
  41. WP-CLI packages dir: /root/.wp-cli/packages/
  42. WP-CLI global config:
  43. WP-CLI project config:
  44. WP-CLI version: 1.3.0
  45.  
  46. -------------------------------------------------------------
  47. wp-cli update completed
  48. Read http://wp-cli.org/ for full usage info
  49. -------------------------------------------------------------
  50.  
  51.  
  52. -------------------------------------------------------------
  53. Setup full Nginx vhost + Wordpress + WP Plugins
  54. -------------------------------------------------------------
  55.  
  56. ---------------------------------------------------------------
  57. Important Information
  58. ---------------------------------------------------------------
  59.  
  60. You are about to create an Wordpress based Nginx vhost site with
  61. or without HTTPS/SSL support.
  62. Also read the continually updated Getting Started Guide
  63. at centminmod.com/getstarted.html if you haven't already
  64. ---------------------------------------------------------------
  65. 403 Permission denied message handling
  66. if after vhost site setup you encounter 403 permission denied errors,
  67. check https://community.centminmod.com/threads/11215/ to see if your
  68. site needs tools/autoprotect.sh tweaking & whitelisting
  69. ---------------------------------------------------------------
  70. [ LETSENCRYPT_DETECT is not enabled ]
  71. Ignore this message if you do not want HTTPS based web site otherwise
  72. read below carefully.
  73.  
  74. Free letsencrypt SSL certificates integration is in beta testing if
  75. you want to obtain free letsencrypt SSL certificate for HTTPS site,
  76. you will need to manually enable LETSENCRYPT_DETECT='y' outlined
  77. at https://centminmod.com/acmetool so exit this vhost routine first
  78. set LETSENCRYPT_DETECT='y' and update domain DNS A record first
  79. then re-run vhost site creation menu option
  80. ---------------------------------------------------------------
  81.  
  82. Do you want to continue with Nginx vhost site creation ? [y/n]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement