Advertisement
Guest User

Untitled

a guest
May 3rd, 2017
623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. drush help si
  2. Install Drupal using specified install profile.
  3.  
  4. Examples:
  5. site-install expert --locale=uk (Re)install using the expert install profile. Set default language to Ukranian.
  6. site-install Install using the specified DB params.
  7. --db-url=mysql://root:pass@localhost:por
  8. t/dbname
  9. site-install --account-user=joe Re-install with specified uid1 credentials.
  10. --account-pass=mom
  11.  
  12. Arguments:
  13. profile the install profile you wish to run. defaults to 'default'
  14.  
  15. Options:
  16. db-url A Drupal 5/6 style database URL. Only required for initial install - not re-install.
  17. db-prefix An optional table prefix to use for initial install.
  18. account-name uid1 name. defaults to admin
  19. account-pass uid1 pass. defaults to admin
  20. account-mail uid1 email. defaults to admin@example.com
  21. locale A short language code. Sets the default site language. Language files must already be
  22. present. You may use download command to get them.
  23. clean-url Defaults to 1
  24. site-name Defaults to Site-Install
  25. site-mail From: for system mailings. Defaults to admin@example.com
  26. sites-subdir Name of directory under 'sites' which should be created if needed. Defaults to 'default'
  27.  
  28. Aliases: si
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement