Advertisement
Guest User

Untitled

a guest
Dec 4th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. Aegir 6.x-1.9 automated install script
  2. ==============================================================================
  3. Some settings have not been provided and will now be prompted.
  4. Don't worry: you will get to review those settings after the final install
  5. Aegir frontend URL [localhost]:
  6. MySQL privileged user ("root") password:
  7.  
  8. This script will operate the following changes in your system:
  9.  
  10. 1. Create server-level configuration directories
  11. 2. Download drush_make
  12. 3. Create the Hostmaster frontend platform
  13. 4. Install the frontend site
  14. 5. Setup the dispatcher (a user cron job)
  15.  
  16. We are making the following assumptions:
  17. * you have read and are following the install instructions at:
  18. http://community.aegirproject.org/installing
  19. * the FQDN of this machine is valid and resolves
  20. * you are executing this script as your "aegir" user
  21.  
  22. The following settings will be used:
  23. Aegir frontend URL: localhost
  24. Master server FQDN: localhost
  25. Aegir root: /var/aegir
  26. Aegir user: aegir
  27. Web group: www-data
  28. Web server: apache
  29. Aegir DB host: localhost
  30. Aegir DB user: root
  31. Aegir DB password: <prompted>
  32. Drush make version: 6.x-2.3
  33. Aegir version: 6.x-1.9
  34. Aegir platform path: /var/aegir/hostmaster-6.x-1.9
  35. Aegir makefile: /var/aegir/.drush/provision/aegir.make
  36. Admin email: webmaster@example.com
  37.  
  38. Do you really want to proceed with the install (y/n): y
  39. Running: /usr/bin/php /usr/share/php/drush/drush.php [command]
  40. --php='/usr/bin/php' --context_type='server'
  41. --remote_host='localhost' --aegir_root='/var/aegir'
  42. --script_user='aegir' --http_service_type='apache'
  43. --web_group='www-data' --master_url='http://localhost'
  44. --db_service_type='mysql'
  45. --master_db='mysql://root:3vilMySQL@localhost'
  46. provision-save '@server_master' --backend 2>&1 [12.85
  47. sec, 5.86 MB]
  48. Bootstrap to phase 0. [12.94 sec, 5.88 MB] [bootstrap]
  49. Drush bootstrap phase : _drush_bootstrap_drush() [bootstrap]
  50. [12.94 sec, 5.89 MB]
  51. Bootstrap to phase 0. [12.94 sec, 5.89 MB] [bootstrap]
  52. Found command: provision-save (commandfile=provision) [bootstrap]
  53. [12.94 sec, 5.89 MB]
  54. Initializing drush commandfile: provision [12.94 sec, [bootstrap]
  55. 5.89 MB]
  56. Load alias @self [12.94 sec, 5.89 MB] [notice]
  57. Load alias @server_master [12.94 sec, 5.89 MB] [notice]
  58. Loading mysql driver for the db service [12.94 sec, [notice]
  59. 5.89 MB]
  60. Loading apache driver for the http service [12.94 sec, [notice]
  61. 5.89 MB]
  62. Loading mysql driver for the db service [12.94 sec, [notice]
  63. 5.89 MB]
  64. Loading apache driver for the http service [12.94 sec, [notice]
  65. 5.89 MB]
  66. Command dispatch complete [12.94 sec, 5.89 MB] [notice]
  67. Peak memory usage was 5.89 MB [12.94 sec, 5.89 MB] [memory]
  68. Running: /usr/bin/php /usr/share/php/drush/drush.php [command]
  69. --php='/usr/bin/php' @server_master provision-verify
  70. --backend 2>&1 [12.94 sec, 5.87 MB]
  71. Bootstrap to phase 0. [13.03 sec, 5.89 MB] [bootstrap]
  72. Drush bootstrap phase : _drush_bootstrap_drush() [bootstrap]
  73. [13.03 sec, 5.89 MB]
  74. Load alias @server_master [13.03 sec, 5.89 MB] [notice]
  75. Bootstrap to phase 5. [13.03 sec, 5.89 MB] [bootstrap]
  76. The drush command '@server_master provision-verify' [error]
  77. could not be found. [13.03 sec, 5.89 MB]
  78. A Drupal installation directory could not be found [error]
  79. [13.03 sec, 5.89 MB]
  80. Command dispatch complete [13.03 sec, 5.85 MB] [notice]
  81. Peak memory usage was 5.92 MB [13.03 sec, 5.85 MB] [memory]
  82. aegir@selenator:/home/ecorson$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement