<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Forum posts to 'Site Builders'</title>
		<link>http://www.silverstripe.com/site-builders-forum/</link>
		

		
		<item>
			<title>Re: Multiple website Functionality</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/127?showPost=74014</link>
			<description>We now use SVN. I would recommend using it over CVS.&lt;br /&gt;&lt;br /&gt;Some shared hosts like Dreamhost offer SVN repositories out of the box. This is very useful to just run an &quot;svn update&quot; on each installed website, which is sharing the same core code.&lt;br /&gt;&lt;br /&gt;:-)&lt;br /&gt;&lt;br /&gt;Sean&lt;br&gt;&lt;br&gt;Posted to: Multiple website Functionality</description>
			<pubDate>Fri, 16 May 2008 14:44:04 +1200</pubDate>
			<author>Sean Harvey</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/127?showPost=74014</guid>
		</item>
		
		<item>
			<title>Re: Multiple website Functionality</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/127?showPost=132</link>
			<description>Hi Sam,&lt;br /&gt;&lt;br /&gt;Thanks for the tips. Using CVS is a great idea, I hadnt thought of that, it should definatly do the trick!&lt;br /&gt;&lt;br /&gt;Thanks for the help guys!&lt;br /&gt;&lt;br /&gt;Matt&lt;br&gt;&lt;br&gt;Posted to: Multiple website Functionality</description>
			<pubDate>Tue, 28 Nov 2006 17:40:24 +1300</pubDate>
			<author>Matt Jensen</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/127?showPost=132</guid>
		</item>
		
		<item>
			<title>Re: Multiple website Functionality</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/127?showPost=130</link>
			<description>Internally we use CVS to replicate core code across sites.  That is, we keep separate copies of the files, all checked out of CVS, and use commit/update to transfer changes between them.&lt;br /&gt;&lt;br /&gt;We do this so that sites don't get their code change without an explicit request from us - otherwise there's the risk of something breaking.  If this was less of a concern for you, you could probably use symlinking to share code across multiple sites.&lt;br /&gt;&lt;br /&gt;We tend to package code into 3 kinds of CVS modules&lt;br /&gt; * Core CMS (sapphire, cms and jsparty)&lt;br /&gt; * Extension modules (ecommerce, event management, forums, etc)&lt;br /&gt; * Code specific to the site&lt;br /&gt;&lt;br /&gt;You can create any number of folders at the same level as sapphire, jsparty and cms, and once you run ?flush=1, their code and templates will be recognised by the system.  You can also rename &quot;mysite&quot; to something more specific, if you wish.&lt;br /&gt;&lt;br&gt;&lt;br&gt;Posted to: Multiple website Functionality</description>
			<pubDate>Mon, 27 Nov 2006 13:37:44 +1300</pubDate>
			<author>Sam Minnee</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/127?showPost=130</guid>
		</item>
		
		<item>
			<title>Re: Multiple website Functionality</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/127?showPost=129</link>
			<description>Hi Simon, thanks for the quick reply, it was much appreciated.&lt;br /&gt;&lt;br /&gt;Any help at all that you could provide in the wiki regarding this topic would be superb. And thanks for the heads up on the global classes, I will use caution when implementing multiple sites with this.&lt;br /&gt;&lt;br /&gt;Now you mention that this is uncommon, should I be approaching this in a different way or is it just that most cases for this CMS are used for individual sites without the need for adding more?&lt;br /&gt;&lt;br /&gt;Again, thanks for the help!&lt;br /&gt;&lt;br /&gt;Matt&lt;br&gt;&lt;br&gt;Posted to: Multiple website Functionality</description>
			<pubDate>Sun, 26 Nov 2006 17:31:03 +1300</pubDate>
			<author>Matt Jensen</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/127?showPost=129</guid>
		</item>
		
		<item>
			<title>Re: Multiple website Functionality</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/127?showPost=128</link>
			<description>You can definitely run as many domains of one installation as you want. It just depends on how you configure your server. &lt;br /&gt;&lt;br /&gt;There isn't any documentation on this, as it has been relatively uncommon in most of the installations, so we'd have to get some stuff created for you.&lt;br /&gt;&lt;br /&gt;There are of course disadvantages to this, in that any special classes you create for design and layout / functionality would be the same across all of the domains, which may complicate the implementations of each site. &lt;br /&gt;&lt;br /&gt;We'll try and get some simple documentation upon the wiki to get you started. &lt;br /&gt;&lt;br /&gt;Cheers, &lt;br /&gt;Simon&lt;br&gt;&lt;br&gt;Posted to: Multiple website Functionality</description>
			<pubDate>Sun, 26 Nov 2006 16:54:41 +1300</pubDate>
			<author>Simon Gow</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/127?showPost=128</guid>
		</item>
		
		<item>
			<title>Multiple website Functionality</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/127</link>
			<description>Hello all.&lt;br /&gt;&lt;br /&gt;I am a web designer by trade, and have been looking for an Open Source CMS for the past few weeks now.&lt;br /&gt;&lt;br /&gt;I came across SilverStripe and was really impressed by the backend, I thought it looked great and was much more intuitive than other CMS products I have researched and tested in the past.&lt;br /&gt;&lt;br /&gt;I have a simple question. Can SilverStripe be used in a multiple website environment. ex running two or more web sites, each with their own domain and seperate database running off of one installation of SilverStripe on the server?&lt;br /&gt;&lt;br /&gt;I have not seen any documentation on adding additional sites using SS from a single server. Does each site have its own installation which is seperate from each other, or can each site share the core code somehow. Im assuming if it could share the core code then this would make updating future releases across all sites much easier.&lt;br /&gt;&lt;br /&gt;However way it is done, is there any documentation outlining this process?&lt;br /&gt;&lt;br /&gt;Thanks in advance to anybody who could clear this up for me.&lt;br /&gt;&lt;br /&gt;Thanks, Matt.&lt;br&gt;&lt;br&gt;Posted to: Multiple website Functionality</description>
			<pubDate>Sun, 26 Nov 2006 16:16:23 +1300</pubDate>
			<author>Matt Jensen</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/127</guid>
		</item>
		

	</channel>
</rss>
