Pergunta

I have this client requirement:

While installing Drupal, user needs to do most of the configuration himself.

  1. Select the logo.
  2. Select the theme.
  3. Select the type of website he wants like blog, website, forum, eCommerce and when he does it, it should come along with its own configurations.

I know I need to use an installation profile. Is there any other way to do it? If an installation profile is the only way, then how can I meet all these requirements?

Foi útil?

Solução

I recommend you take a look at NodeStream for examples. With a combination of install profile and Features, you do a great deal of setup during the actual install. You could either build on top of that, which is what we do at work, or you could use it for examples.

Outras dicas

As opposed to install profiles, what might serve is if you manage the settings.php file with conf[] variables.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a drupal.stackexchange
scroll top