Surely this exists ... compress selected Drupal modules into one file?
This isn't a module, ... but it's close (like Drush isn't a module). There are a lot of tools like Drush, for quickly configuring new Drupal installations. Surely, there is a tool for combining a set of modules into one downloadable file.
Then, for windows users (where I find myself sometimes) I suppose an alternative would be to access one of my Linux servers... run a Drush + shell script that does the same thing, and then transfer the resulting file from there.
If someone put this capability together in a Web page, it might be pretty useful. I bet someone already has. Does anyone know?
Read morenginx_ensite and nginx_dissite for quick virtual host enabling/disabling
Hello,
I created a shell script that replicates de Debian a2ensite/a2dissite Apache utilities for nginx. The Apache utilities are written in Perl. I sticked with Bash and awk.
There's also a Bash completion script included. Enjoy.
It's on github nginx_ensite.
Read more
