What would be the best way of having people register to my site and have their own separate Storm instances?

Would some type of content permission setting be enough to accomplish this, or would I need a hack?

Thanks.

Comments

Magnity’s picture

I think you'd need to do some coding for this.

You'd have a couple of options. Either when the people register they get an entirely separate Drupal install, or you could link it in to a particular Storm organizaton, but you'd need to do some changes to ensure that they could set their own host organization and ensure that the permissons are set fairly tightly.

Probably the entire Drupal installation would be better.

ñull’s picture

Yes, when you change it to "Hosting Drupal with Storm as a service" it would most likely make life easier. Drupal itself is excellently prepared for multisite setups. Just add a folder like sites/sub.domain.com or sites/domain.com.folder (the latter setup often needs a symbolic link from folder -> . in the drupal document root) with own settings.php, files folder and you are done. It will share the same Drupal codebase, so all users would share the same upgrades and bugs.

Magnity’s picture

Status: Active » Fixed

I think your query has been answered. Reopen if there is anymore (Storm specific) info that you need.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.