xforty / drush-deploy

Drupal deploy tool based on Capistrano and Drush
https://github.com/xforty/drush-deploy/wiki
Other
35 stars 4 forks source link

Run site-install if site doesn't exist yet #21

Open dkingofpa opened 11 years ago

dkingofpa commented 11 years ago

For drush-deploy to work, it needs to have an existing drupal db in place. So you have to somehow bootstrap a db on the remote site prior to using drush-deploy.

We should run drush site-install when the database doesn't exist. Or even an option to specifically runs site-install. That means adding a profile option that gets passed to site-install.