21489 Posts in 5783 Topics by 2621 members
| Go to End | Next > | |
| Author | Topic: | 13955 Views |
-
multisites possible?

6 January 2009 at 1:59pm
Hi,
I started to play right now with SilverStripe, going thru the tutorials and looks very promissing.
Does possible manage several websites, different domain names, from the same set of code? The idea is keep as simple as possible to maintain many sites. Those sites would have different contents and use different templates, if possible also could have different admin and users.
Thanks
Jose -
Re: multisites possible?

6 January 2009 at 2:27pm
I have about 15 clients all running on the same SS codebase. Really easy to do...
-Somewhere above the web root create a silverstripe directory. I use /var/ss.
-In that directory, put sapphire, jsparty, and cms.
-Now, in your virtual host directory, just have the mysite folder and assets.
-Create symbolic links for sapphire, jsparty, and cms.
-Edit the .htaccess to include FollowSymLinks on (might want to check that spelling).
-Make sure the directives for your virtual host have an open_basedir restriction for /var/ss lifted.
Works great. Huge timesaver, and much, much cleaner. Especially if you're using source control. Let me know if you have any questions.
-
Re: multisites possible?

6 January 2009 at 4:32pm
The other thing that you might find useful is the subsites module:
http://www.silverstripe.org/subsites-module/ -
Re: multisites possible?

7 January 2009 at 12:22am
Hello,
I don't know yet the whole SilverStrip terminology to understand in detail UncleCheese suggestion.
Sam I've found before that post, but I was not sure if that its only for subdomains within one domain or could be used for several domains: abc.com, xyz.net, 123.org... Does possible?
Thanks to both
Jose -
Re: multisites possible?

7 January 2009 at 12:50am
Hello,
I created a couple of subsites in the way: testSite and testSite2
I'm following instructions here:
http://doc.silverstripe.com/doku.php?id=modules:subsitesAt this point it said...
Once you have created and saved your new subsite, go back to the Site Content section. In the top-right, there should be a dropdown listing the two subsites - “Main site†is the original site that you had before you installed the subsites module. Select your new subsite, and the site content tree will be updated. It should be empty at this stage.
But I don't see any dropdown list of subsites at any place in Site Content.
Thanks
JoseBy the way am working under Vista with WAMP.
-
Re: multisites possible?

7 January 2009 at 3:48am Last edited: 7 January 2009 3:49am
The subsites module doesn't serve the purpose that you're looking for. It's designed to support different site views, but shared content and assets. You're talking about hosting many different unrelated sites.
If you have SSH access to your box, the way I mapped out for you is fairly easy. I can write out all the unix commands for you if you want.
ohh.. you're on windows.. hmm.. never mind. Well, when you get it off your local machine and up to a Linux box, you can do it.
-
Re: multisites possible?

7 January 2009 at 7:27am
Hi UncleCheese,
I'm doing testing on my laptop, but could move onto a linux server. Production server will be linux.
If you give a more detailed approach would help me a lot.
Thanks in advance
Jose -
Re: multisites possible?

20 January 2009 at 11:50am
Hi, I currently use Drupal and have 200 web sites using one installation of Drupal and one mySQL.
I use Site5 to host my sites.
It takes about 30 seconds to set up a new web site and there is never any problems with intermixing other web sites.
Can SS do this?
I don't speak Geek and would love a dumbed down version of how to do this on SS.
Thanks for any help,
Perry
| 13955 Views | ||
| Go to Top | Next > |


