Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Aegir 6.x-1.9 automated install script
- ==============================================================================
- Some settings have not been provided and will now be prompted.
- Don't worry: you will get to review those settings after the final install
- Aegir frontend URL [localhost]:
- MySQL privileged user ("root") password:
- This script will operate the following changes in your system:
- 1. Create server-level configuration directories
- 2. Download drush_make
- 3. Create the Hostmaster frontend platform
- 4. Install the frontend site
- 5. Setup the dispatcher (a user cron job)
- We are making the following assumptions:
- * you have read and are following the install instructions at:
- http://community.aegirproject.org/installing
- * the FQDN of this machine is valid and resolves
- * you are executing this script as your "aegir" user
- The following settings will be used:
- Aegir frontend URL: localhost
- Master server FQDN: localhost
- Aegir root: /var/aegir
- Aegir user: aegir
- Web group: www-data
- Web server: apache
- Aegir DB host: localhost
- Aegir DB user: root
- Aegir DB password: <prompted>
- Drush make version: 6.x-2.3
- Aegir version: 6.x-1.9
- Aegir platform path: /var/aegir/hostmaster-6.x-1.9
- Aegir makefile: /var/aegir/.drush/provision/aegir.make
- Admin email: webmaster@example.com
- Do you really want to proceed with the install (y/n): y
- Running: /usr/bin/php /usr/share/php/drush/drush.php [command]
- --php='/usr/bin/php' --context_type='server'
- --remote_host='localhost' --aegir_root='/var/aegir'
- --script_user='aegir' --http_service_type='apache'
- --web_group='www-data' --master_url='http://localhost'
- --db_service_type='mysql'
- --master_db='mysql://root:3vilMySQL@localhost'
- provision-save '@server_master' --backend 2>&1 [12.85
- sec, 5.86 MB]
- Bootstrap to phase 0. [12.94 sec, 5.88 MB] [bootstrap]
- Drush bootstrap phase : _drush_bootstrap_drush() [bootstrap]
- [12.94 sec, 5.89 MB]
- Bootstrap to phase 0. [12.94 sec, 5.89 MB] [bootstrap]
- Found command: provision-save (commandfile=provision) [bootstrap]
- [12.94 sec, 5.89 MB]
- Initializing drush commandfile: provision [12.94 sec, [bootstrap]
- 5.89 MB]
- Load alias @self [12.94 sec, 5.89 MB] [notice]
- Load alias @server_master [12.94 sec, 5.89 MB] [notice]
- Loading mysql driver for the db service [12.94 sec, [notice]
- 5.89 MB]
- Loading apache driver for the http service [12.94 sec, [notice]
- 5.89 MB]
- Loading mysql driver for the db service [12.94 sec, [notice]
- 5.89 MB]
- Loading apache driver for the http service [12.94 sec, [notice]
- 5.89 MB]
- Command dispatch complete [12.94 sec, 5.89 MB] [notice]
- Peak memory usage was 5.89 MB [12.94 sec, 5.89 MB] [memory]
- Running: /usr/bin/php /usr/share/php/drush/drush.php [command]
- --php='/usr/bin/php' @server_master provision-verify
- --backend 2>&1 [12.94 sec, 5.87 MB]
- Bootstrap to phase 0. [13.03 sec, 5.89 MB] [bootstrap]
- Drush bootstrap phase : _drush_bootstrap_drush() [bootstrap]
- [13.03 sec, 5.89 MB]
- Load alias @server_master [13.03 sec, 5.89 MB] [notice]
- Bootstrap to phase 5. [13.03 sec, 5.89 MB] [bootstrap]
- The drush command '@server_master provision-verify' [error]
- could not be found. [13.03 sec, 5.89 MB]
- A Drupal installation directory could not be found [error]
- [13.03 sec, 5.89 MB]
- Command dispatch complete [13.03 sec, 5.85 MB] [notice]
- Peak memory usage was 5.92 MB [13.03 sec, 5.85 MB] [memory]
- aegir@selenator:/home/ecorson$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement