Fuelcms and multi-tenant

edited November 2012 in Modules
We have used fuelcms in a major way for a product. We have to make fuelcms as a multi-tenant.
Can we not try this?
http://philsturgeon.co.uk/blog/2009/06/How-to-Multi-site-CodeIgniter-Set-up

Has any one tried this trick. I need little help here. Is there any one who can give me 30 minutes in skype (send me private IM) to see what we have and then suggest some ways to make it all work?

Thanks
sid

Comments

  • edited 6:01PM
    It really depends on how much code can be shared across the different sites. For example, if their are custom modules built for one site and not the other, then you may want to point it to a completely different application folder in the index.php bootstrap based on the domain. If there are just pages in the CMS and no shared custom modules then simply pointing it to a different database may work.

    One additional thing that may need to be configured is where assets are saved. The fuel/application/config/asset.php file has an "assets_path" value that may need to be configured for each site similar to the database (using a switch statement based on the domain).
Sign In or Register to comment.