Hi,

Is there a way to do custom installation for Drupal + modules (I normally use like: views, panels, etc) at once? So I don't need to do redundant works over projects.

Thanks.

hc.

Comments

Jaypan’s picture

If you use Drush, it becomes irrelevant as you can install as many modules as you want/need in a matter of seconds.

But if you really want to do it as an installation, you can create an installation profile (aka distribution): https://www.drupal.org/node/1022020

chanjay’s picture

Yes I use Drush....even though it is fast, I am still too lazy sometimes to type in those lines "drush dl views", "drush -y en views", and so on :)

Well just a thought if there is another way to customize all the installation process at once.

hc.

Jaypan’s picture

Then an installation profile is what you want.