Created
March 19, 2013 01:44
-
-
Save ogredude/5192986 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drush hostmaster-install aegir.MYDOMAIN.com --aegir_host="aegir.MYDOMAIN.com" --http_service_type="nginx" --aegir_db_user="root" --aegir_db_pass="MYPASSWORD" --db_service_type="mysql" --db_port=3306 --aegir_db_host="192.168.0.14" --client_email="[email protected]" --script_user="aegir" --web_group="www-data" --profile=hostmaster |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
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: aegir.MYDOMAIN.com | |
Master server FQDN: aegir.MYDOMAIN.com | |
Aegir root: /var/aegir | |
Aegir user: aegir | |
Web group: www-data | |
Web server: nginx | |
Aegir DB host: 192.168.0.14 | |
Aegir DB user: root | |
Aegir DB password: <previously set> | |
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: [email protected] | |
Do you really want to proceed with the install (y/n): y | |
PROVISION_SITE_INSTALLED [error] | |
Created aegirprojectzeno database [success][0/254] | |
Table 'aegirprojectzeno.system' doesn't exist [warning] | |
query: SELECT filename FROM system WHERE name = 'jquery_ui' AND type = 'module' database.mysqli.inc:134 | |
Table 'aegirprojectzeno.url_alias' doesn't exist [warning] | |
query: SELECT COUNT(pid) FROM url_alias database.mysqli.inc:134 | |
PROVISION_INSTALL_MISSING_REQUIREMENTS [error] | |
The jQuery UI plugin is missing. Download and extract it to your jquery_ui module directory. See README.txt for more info. (Currently using jQuery UI Not found) [error] | |
Drush was not able to start (bootstrap) the Drupal database. [error] | |
Hint: This error often occurs when Drush is trying to bootstrap a site that has not been installed or does not have a configured database. | |
Drush was attempting to connect to : | |
Drupal version : 6.28 | |
Site URI : aegir.MYDOMAIN.com | |
Default theme : garland | |
Administration theme: garland | |
PHP configuration : /etc/php5/cli/php.ini | |
Drush version : 4.6-dev | |
Drush configuration: /var/aegir/hostmaster-6.x-1.9/sites/aegir.MYDOMAIN.com/drushrc.php /var/aegir/hostmaster-6.x-1.9/drushrc.php | |
Drush alias files : /var/aegir/.drush/hostmaster.alias.drushrc.php /var/aegir/.drush/server_192.168.0.14.alias.drushrc.php /var/aegir/.drush/server_master.alias.drushrc.php | |
/var/aegir/.drush/platform_hostmaster.alias.drushrc.php | |
Drupal root : /var/aegir/hostmaster-6.x-1.9 | |
Site path : sites/aegir.MYDOMAIN.com | |
Modules path : sites/aegir.MYDOMAIN.com/modules | |
Themes path : sites/aegir.MYDOMAIN.com/themes | |
%paths : Array | |
You can select another site with a working database setup by specifying the URI to use with the --uri parameter on the command line or $options['uri'] in your drushrc.php file. | |
Could not find a Drupal settings.php file at ./sites/default/settings.php. [error] | |
Drush was not able to start (bootstrap) the Drupal database. [error] | |
Hint: This error often occurs when Drush is trying to bootstrap a site that has not been installed or does not have a configured database. | |
Drush was attempting to connect to : | |
Drupal version : 6.28 | |
Default theme : garland | |
Administration theme: garland | |
PHP configuration : /etc/php5/cli/php.ini | |
Drush version : 4.6-dev | |
Drush configuration: /var/aegir/hostmaster-6.x-1.9/drushrc.php | |
Drush alias files : /var/aegir/.drush/hostmaster.alias.drushrc.php /var/aegir/.drush/server_192.168.0.14.alias.drushrc.php /var/aegir/.drush/server_master.alias.drushrc.php | |
/var/aegir/.drush/platform_hostmaster.alias.drushrc.php | |
Drupal root : /var/aegir/hostmaster-6.x-1.9 | |
%paths : Array | |
You can select another site with a working database setup by specifying the URI to use with the --uri parameter on the command line or $options['uri'] in your drushrc.php file. | |
aegir@aegir:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment