Closed (fixed)
Project:
Provision
Version:
5.x-0.1-beta1
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2008 at 06:48 UTC
Updated:
12 Jun 2014 at 08:41 UTC
Jump to comment: Most recent
As part of http://drupal.org/node/321942 we should create a provision setup command, which can get input from the user to configure their provision command, but should also be able to run using only drush parameters, for integration with hosting.
IE: when verifying a platform that has never been verified, it will pass along the necessary variables to it to generate the configuration file.
Some of the things we do in hosting setup now, should be moved to provision setup, and hosting setup should call the provision setup function to set up it's own platform.
Comments
Comment #1
adrian commentedThe basics of this have been added to the code now.
There's now a provision setup command (when hosting setup isn't available), which checks the paths and makes sure the platform is working.
Comment #2
adrian commentederr. it also creates the drush.php link, needed to communicate with the platform.
and hosting setup uses this command as a basis and then adds the dispatch checking.
Comment #3
adrian commentedNow works perfectly.
Still not generating a config file at this point.
Comment #4
adrian commentedin head now
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.