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.

Archive /

Our old forums are still available as a read-only archive.

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

Multiple SS instances


Go to End


5 Posts   2325 Views

Avatar
UncleCheese

Forum Moderator, 4102 Posts

1 November 2007 at 9:21am

I have a site that will have 5 sub-sites, each with its own subdomain. I'm going to be using a unique SS install on all 5 of those sites. There is some information, however, that is shared across the whole site. Will it be possible with SS to make my own database connection to a completely separate DB that is global to all 5 SS installs? It doesn't have to be anything special, I just need to be able to retrieve some information from a non-SS database.

Avatar
Tim

Community Member, 201 Posts

1 November 2007 at 3:24pm

Hi Uncle Cheese,

It sounds like the subsite module is what your after, however this hasn't been officially released as yet, so isn't well tested or supported.

http://svn.silverstripe.com/open/modules/subsites/trunk/

Avatar
UncleCheese

Forum Moderator, 4102 Posts

2 November 2007 at 3:28am

Wow! This looks great, Tim. Can you tell me a little more about it? How do I install it and what does it do?

Avatar
Sam

Administrator, 690 Posts

2 November 2007 at 10:30am

Hi UncleCheese,

The subsites module lets you manage multiple sites form. You can install it by downloading it from subversion using "svn checkout" into the top level folder of your SilverStripe installation, next to sapphire, jsparty and cms, and visiting db/build?flush=1.

Open up the CMS and you will see a "subsites" section where you can administer sites.

There's no documentation for me to point you to at this stage, unfortunately, so using it would be a bit of a Do-it-Yourself job.

Internally, it works by adding a SubsiteID field to every page.

Avatar
slugmandrew

Community Member, 1 Post

18 November 2008 at 11:59pm

Hi all, new member here just getting to grips with SS, but loving it so far.

I was wondering if it would be possible for a parent site to inherit any data (blog posts, for example), from 2 subsites below, or vice-versa.

Like this...

Main site: AandB.com

Subsites: A.com and B.com

What I want to know is whether there is a way of posting news stories or blog posts to AandB.com and having it automatically come up on A.com or B.com depending on the category selected. Alternatively it could be posted to either subsite directly and appear on the parent site as well, I don't mind really.

Also, can subsites have their own domain names or do they have to use subdomains of the parent site?

Many thanks,