By jmrenouard on
Hello,
I have post some code : http://drupal.org/node/65374
This code allows administrator to automatically download information, module and install it.
This release is working and is a command line php script.
However, i don't realize a module because we could find it very useful in the adminiter/modules menus links.
This code allows administrator to get information and choice to install the modules they want.
I hope some of tthe core developper will read it and tell me that it is a good or a bad think !!
Enjoy !
Jean-Marie Renouard
Comments
bonjour, hello
great idea
i try to test your script, but i havent find any instructions ??
i dowload the folder at the root of my site , and i call drupal.php but , i hav a forbiden access messages
i have try to put 777 privilèges to all files of to the hierarchy but this provoc an "Internal Server Error"
any précisions ??
merci,
URL with usage page
Hello,
drupal.php is NOT a HTML script used with Apache and mod_php but a command line php program
under Windows : cmd.exe
# php drupal.php -h
Under Linux use your preferred shell : bash, zsh, ....
A another useful links can be found here :
http://abusus.lost-oasis.net/article49.html