Guest User

Untitled

a guest
Feb 19th, 2018
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 KB | None | 0 0
  1. drush si --config-dir="/var/www/html/config" --sites-subdir="sub8.localhost" --db-url=mysql://root:root@mariadb/sub8
  2.  
  3. You are about to create a sites/sub9.localhost/settings.php file and CREATE the 'sub9' database. Do you want to continue? (y/n): y
  4. Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
  5. Installation complete. User name: admin User password: c9ckp3Xp3C [ok]
  6. Command config-set needs a higher bootstrap level to run - you will need to invoke drush from a more functional Drupal environment to run this command. [error]
  7. The drush command 'config-set system.site uuid d2a8bd34-90fa-4790-b8a1-840055d0c34e' could not be executed. [error]
  8. Command config-import needs a higher bootstrap level to run - you will need to invoke drush from a more functional Drupal environment to run this command. [error]
  9. The drush command 'config-import' could not be executed. [error]
  10.  
  11. drush si --config-dir="../config"
  12.  
  13. bash-4.3# drush si --config-dir="../config" --sites-subdir="sub11.localhost" --db-url=mysql://root:root@mariadb/sub11
  14. You are about to create a sites/sub11.localhost/settings.php file and CREATE the 'sub11' database. Do you want to continue? (y/n): y
  15. Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
  16. Installation complete. User name: admin User password: brHhqM6NZn [ok]
  17. Do you want to update uuid key in system.site config? (y/n): y
  18. Collection Config Operation
  19. responsive_preview.device.large update
  20. responsive_preview.device.small update
  21. Import the listed configuration changes? (y/n): y
  22. Synchronized configuration: update responsive_preview.device.large. [ok]
  23. Synchronized configuration: update responsive_preview.device.small. [ok]
  24. Finalizing configuration synchronization. [ok]
  25. The configuration was imported successfully. [success]
  26. Congratulations, you installed Drupal!
Add Comment
Please, Sign In to add comment