Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

White labeling SilverStripe project


Go to End


2 Posts   1621 Views

Avatar
SabinChetri

Community Member, 2 Posts

22 July 2016 at 3:36pm

Hi,
I m fairly new in Silverstripe. We've a project in silverstripe and we are asked to do white labelling.
That means there will be different URLs that will be accessing same codebase with different design, logos, members, etc.

For Example, We have three clients

Client: ABC
URL: http://www.abcclient.com/admin
URL: http://www.abcclient.com/

Client: XYZ
URL: http://www.xyzclient.com/admin
URL: http://www.xyzclient.com/

Client: PQR
URL: http://www.pqrclient.com/admin
URL: http://www.pqrclient.com/

etc

So what I need to do is

1. Each client have their own admin url and client url.
2. Each domain should point to same folder in the server.
3. Each client should have their own members (in Security module in admin)
4. Each client should have their own CMS design, Client design, logos

So my question

1. Can we whitelabel Silverstripe? If yes how?
2. Whether its good to have same database for all the clients and separate stuffs by client id in all tables.
OR
Each client should have different database?? Provided that One client might have data equivalent to 3GB or more in future.

Avatar
Jhhb

Community Member, 5 Posts

12 October 2016 at 6:52am

Hi,
If you still need it please take a Look at the subsites Module. Multiple Domains with one CMS.