Skip to content

Commit

Permalink
Item9693: A couple more extension updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Jun 16, 2015
1 parent c388b41 commit f2335e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/data/System/InstallationGuidePart2.txt
Expand Up @@ -233,9 +233,10 @@ The simplest way is to visit [[%SCRIPTURL{configure}%][configure -> Extension
---+++++ Manual installation
* Most extensions can have their archives expanded from the root of the foswiki installation.
* If web and topic names are non-standard, files will need to be manually copied.
* The LocalSite.cfg file will need to be manually updated with:
* $Foswiki::cfg{Plugins}{SomePlugin}{Module}
* $Foswiki::cfg{Plugins}{SomePlugin}{Enable}
* If scripts are included, the "shebang" line might need to be adjusted.
* The !LocalSite.cfg file will need to be manually updated with:
* =$Foswiki::cfg{Plugins}{SomePlugin}{Module}=
* =$Foswiki::cfg{Plugins}{SomePlugin}{Enable}=
* ... and any settings copied from the extension's =Config.spec= file.

---+++++!! When using either the web or shell installation tools:
Expand Down

0 comments on commit f2335e3

Please sign in to comment.