Tags:
create new tag
, view all tags
Question

The info in ManagingWebs on how to rename or delete a web is good, but the link halfway down on how to add a web should point to TWikiInstallationGuide.

My question is now: if I want to transfer the web to a TWiki site administered by somone else in future, are there any issues to watch out for, e.g. permissions to edit the RCS files?

-- RichardDonkin - 29 Nov 2000

Answer

Just archive all files in twiki/data/Yourweb and all dirs below twiki/pub/Yourweb and ship it to the other installation. You need to make sure that:

  • The lock user in the RCS .txt,v the matches. If not you need to change the user, i.e.
    for f in *,v; do sed 's/nobody\:/www-data\:/' $f > x; mv x $f; done
  • The file and directory permissions are set so that the files are writable by the user of the cgi program.

Check out also GetAWebAddOn

-- PeterThoeny - 30 Nov 2000

Thanks, this looks very useful, particularly GetAWebAddOn

-- RichardDonkin - 07 Dec 2000

Topic revision: r7 - 2004-10-12 - PeterThoeny
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.