Re: [xwiki-users] Synchronize two instances of XWiki Enterprise

2008-03-29 Thread Ludovic Dubost

This is complex if the 2 wikis can be edited at the same time. This is 
what XWiki Concerto is about http://concerto.xwiki.com (see video here 
http://tinyurl.com/2b8bgv )
If only one wiki is edited then :

- you should use XML-RPC to read/write from one to the other for simple 
wiki pages
- you can use XAR import export for full wiki pages
- you can copy the DB but have to flush the cache

Ludovic

uwesbr wrote:
 Hi, 
 what is the best way to keep two instances (two different pc) synchronized.
 Will it be enough to copy only the database=

 Regards, Uwe
   


-- 
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Synchronize two instances of XWiki Enterprise

2008-03-28 Thread Thomas Mortagne
On Fri, Mar 28, 2008 at 10:51 AM, Hosam Hassan [EMAIL PROTECTED] wrote:
 The content will be the same yet the look and feel will be different.

  The best way to do is to have them both connected to the same database if 
 you have a network between both computers.

I think that way you will have problems with store cache: when wiki A
modify the database, wiki B will not update content of the document if
the document is in its cache. Maybe there is some configuration for
two wiki/one database way to work but I don't know it (except no cache
but I don't think it's a really good idea ;) ). Maybe you can set a
cache expire date in oscache configuration files but if its too low
cache become useless and if too high the two wiki will not be
perfectly synchronised.
.

  Cheers,

  Hosam


  Original Message:


  br /Hi,
  br /what is the best way to keep two instances (two different pc) 
 synchronized.
  br /Will it be enough to copy only the database?
  br /
  br /Regards, Uwe
  br /--
  br /View this message in context: 
 http://www.nabble.com/Synchronize-two-instances-of-XWiki-Enterprise-tp16297082p16297082.html
  br /Sent from the XWiki- Users mailing list archive at Nabble.com.
  br /
  br /___
  br /users mailing list
  br /users@xwiki.org
  br /http://lists.xwiki.org/mailman/listinfo/users
  br /

  --

 ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users





-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Synchronize two instances of XWiki Enterprise

2008-03-28 Thread uwesbr

Thats unfortunately not possible :-(



The content will be the same yet the look and feel will be different. 

The best way to do is to have them both connected to the same database if
you have a network between both computers.

Cheers,

Hosam



-- 
View this message in context: 
http://www.nabble.com/Synchronize-two-instances-of-XWiki-Enterprise-tp16297082p16349630.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Synchronize two instances of XWiki Enterprise

2008-03-26 Thread Vitantonio Messa
Hi,

I'm pretty sure just a copy of the database is enough ;)

Vito


uwesbr wrote:
 Hi, 
 what is the best way to keep two instances (two different pc) synchronized.
 Will it be enough to copy only the database=
 
 Regards, Uwe

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Synchronize two instances of XWiki Enterprise

2008-03-26 Thread [Ricardo Rodríguez]

Hi!


Vitantonio Messa wrote:
 
 Hi,
 
 I'm pretty sure just a copy of the database is enough ;)
 
 Vito
 

Yeap! But be aware that some information could be stored in xwiki.cfg,
templates or skins' folders. This information doesn't concern contents,
but if what you want is to have two locations running the same wiki, it must
be taken into account.

HTH,

Ricardo

-- 
View this message in context: 
http://www.nabble.com/Synchronize-two-instances-of-XWiki-Enterprise-tp16297082p16300311.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users