Wednesday, May 23rd

Last update05:36:30 AM GMT

Font Size

Screen

Profile

Layout

Menu Style

Cpanel
Welcome, Guest
Username Password: Remember me

Seeking multisite solution
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Seeking multisite solution

Seeking multisite solution 3 years, 10 months ago #457

  • dex
  • OFFLINE
  • Moderator
  • Posts: 779
  • Karma: 12
Hi all

Still casting about for a decent solution....

30 Joomla sites, all the same format, all the same extensions. Need to keep them all technically in synch. There does not appear to be a robust multisite solution in Joomla yet, presumably since its architecture does not really support this.

How to replicate one install to 29 more, and keep them all up to the same spec?

any ideas?
thx
Dex Randall
Joomla! web design and production
Sydney JUG organiser + joomla.org.au site admin
www.spikesystems.com.au
www.twitter.com/dexx

Re:Seeking multisite solution 3 years, 9 months ago #578

  • alirobe
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Karma: 0
Could you do some form of server side include for each file? e.g.

where
$INPUT_STRING = "file.php.txt"
or $INPUT STRING = "file.php"
depending on server behaviour
 
<?php
$file=fopen(INPUT_STRING,"r") or exit("Error!");
while(!feof($file))
{
echo fgets($file);
}
fclose($file);

This is not a neat solution, I have no idea if this would work and I haven't tested it, but it is an idea
Visit my portfolio: alirobe.com
Last Edit: 3 years, 9 months ago by alirobe.

Re:Seeking multisite solution 3 years, 9 months ago #635

  • artful
  • OFFLINE
  • Junior Boarder
  • Posts: 28
  • Karma: 0
Dex I reckon this is a great idea if only to reduce update time required espcially for simple sites. Ie ideally update one lot of Joomla code and use that for multiple sites.

I believe it can be done at a server level by reusing common code but I haven't looked into it enough yet.

There's a post on the main Jomla site that looks interesting in case you haven't already seen it.

forum.joomla.org/viewtopic.php?f=38&t=241961

I'll be interested to hear what you find out.

Regards Nick
Regards Nick
www.artful.com.au/ Artful - Web, Print, Design| 1300 278 385
  • Page:
  • 1
Time to create page: 0.88 seconds
You are here: Forum