Here's my situation. I'm trying to use Chef to install a drupal site (purely automated, no human input). So far I have been able to use drush to install drupal7.
Once I have all the drupal files in my document root folder, it seems that I need to physically go to the browser and complete the install script on the website. If I don't, the drush site-install created the drupal db, but it has no tables.
Surely there must be a way to more or less follow the install script on the website through the drush command line? Any help would be greatly appreciated, and let me know if there is anything I can clarify. The container with drupal is on Ubuntu 14.04, I am using Drush 7.* and want to install Drupal 7.x.