Next step: Configure the web server
Previous step: Set the file and directory permissions for the installation
Up: Overview

Installing Foswiki: Configure the locations of the Perl executable and the Foswiki modules

Create the file LocalLib.cfg located at bin/LocalLib.cfg
  • In the bin directory, copy the template file LocalLib.cfg.txt to LocalLib.cfg:
    cd /path/to/foswikiApp/foswiki/bin ; cp LocalLib.cfg.txt LocalLib.cfg
  • Edit LocalLib.cfg to set $foswikiLibPath and @localPerlLibPath:
    $foswikiLibPath = "/path/to/foswikiApp/foswiki/lib";
    @localPerlLibPath = ( '/path/to/foswikiApp/perlmodules', '/path/to/foswikiApp/perlmodules/sun4-solaris-64int' ); 
    

Next step: Configure the web server
Previous step: Set the file and directory permissions for the installation
Up: Overview

  • Set IGVariant = Solaris10
Topic revision: r1 - 25 Jan 2010, IsaacLin
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy