Tags:
create new tag
view all tags
I followed the same step as explained in the following link TWikiOnWindows.

1) Copy Twiki/Bin directory files in to C:\WebSite\cgi-shl

2) ren *. to *.pl

3) Change the following parameters in wikicfg.pm

# variables that need to be changed when installing on a new server: 
# ============================================================== 
# http://TWiki.org/ : link of TWiki icon in upper left corner :
$wikiHomeUrl = "http://savi.myhost.com/twiki"; 
# Host of TWiki URL : (Example "http://myhost.com:123")
$defaultUrlHost = "http://savi.myhost.com"; 
# /cgi-bin : cgi-bin path of TWiki URL: 
$scriptUrlPath = "/twiki/bin"; 
# /pub : Public data path of TWiki URL (root of attachments) : 
$pubUrlPath = "/twiki/pub"; 
# Public data directory, must match $pubUrlPath : 
$pubDir = "/twiki/pub"; 
# Template directory : 
$templateDir = "c:/savi/twiki/templates"; 
# Data (topic files) root directory : 
$dataDir = "c:/savi/twiki/data"; 

# variables that might need to be changed: 
# ============================================================== 
# : Suffix of TWiki Perl scripts (i.e. ".pl") : 
$scriptSuffix = ".pl"; 

4) Install Perl

5) In the website pro server properties, under Mapping, associate .pl to the perl.exe file.

6) Restart the web server.

7) Type following link on the web browser. http://localhost:port#/cgi-bin/view.pl/Main/WebHome

-- SavithaVenkateshaiah - 23 Jul 2001

Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r3 - 2001-11-21 - MikeMannix
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.