By irishgringo on
I noticed that there is a way to make a restful call to the DRUPAL site just to interrogate a module about its dependancies?
for example, a module that requires additional modules... path auto requires token. Is there a restful call that would return token as the dependancy?
Is there a restful call that would return the GIT call for LIBRARIES....
I am trying to build a BASH file that will run DRUSH commands to DL all of my modules, the dependancies including other modules and libraries.
some assistance would be great.
this is a drupal 7 question, but I am also interested in the DRUPAL 8 strategy as well.
thanks
Comments
Use makefile
1) Save the following code as drupal.make
2) Now , on bash, use command
drush make --prepare-install drupal.make .it will
1) download drupal 7.38
2) creates files folder and settings.php
3) downloads modules and put on proper places
4) It downloads Libraries from git
yea... very cool...
My questions has kind of changed. I was thinking of doing a site that will generate this script for you, including the dependencies for an install. The script you mentioned above is what this system will create. This has probably already been done before, but I thought I would try to do it again anyway.
The concept would be a user logs into the DRUPgeneration site.
User is asked for... Drupal version, Theme, Modules.
Perhaps activate some specific modules and themes.
The form will return a BASH script that a USER can install a site from a DRUSH command... and I am looking to integrate this with DOCKER containers.
MY questions...
1... does this exist already? is it relevent?
2... I was looking for a DRUSH, or some other kind of command that would interrogate the DRUPAL.ORG site to get a JASON list of MODULES with their dependencies. I was looking to refresh the list everyday.
3... anyone interested in participating.
this is just a pet project
Doing Native iPHONE, ANDROID, Titanium, node.js and DRUPAL. as a contractor.
Windows 10 bash
It´s possible win 10 bash use Drush?