Woogle4MediaWiki/Quick install

From TeamWeaverWiki

< Woogle4MediaWiki(Difference between revisions)
Jump to: navigation, search
 
Line 3: Line 3:
Quick install steps:
Quick install steps:
# Download the latest Woogle Native release from [[Woogle4MediaWiki]]
# Download the latest Woogle Native release from [[Woogle4MediaWiki]]
-
# Extract the ZIP archive to your MediaWiki extensions directory
+
## Extract the ZIP archive to your MediaWiki extensions directory. On Unix or Mac machines make sure the webserver can write <code>..\Woogle\logs</code> and <code>..\Woogle\addons\Native\index</code>
-
# On Unix or Mac machines make sure the webserver can write <code>..\Woogle\logs</code> and <code>..\Woogle\addons\Native\index</code>
+
## Add the line <code>include_once('extensions/Woogle/Woogle.php');</code> to your MediaWiki <code>LocalSettings.php</code>
-
# Add the line <code>include_once('extensions/Woogle/Woogle.php');</code> to your MediaWiki <code>LocalSettings.php</code>
+
# Check Woogle status at <code>Special:WoogleConfig</code>
# Check Woogle status at <code>Special:WoogleConfig</code>
-
# Click the "Create database tables" button
+
## Click the "Create database tables" button
-
# Click the "(Re-) Index all (direct)" button on that page (for Wikis > 500 pages) or run <code>php maintenance/WoogleReIndexAll.php</code> from the command line to initialize the search index
+
## Click the "(Re-) Index all (direct)" button on that page (for Wikis > 500 pages) or run <code>php maintenance/WoogleReIndexAll.php</code> from the command line to initialize the search index
# DONE! Check <code>Special:Woogle</code> to search your Wiki!
# DONE! Check <code>Special:Woogle</code> to search your Wiki!

Current revision as of 17:30, 27 April 2010

This is a quick install guide for Woogle4MediaWiki. For detailed instructions see Woogle4MediaWiki/Admin manual.

Quick install steps:

  1. Download the latest Woogle Native release from Woogle4MediaWiki
    1. Extract the ZIP archive to your MediaWiki extensions directory. On Unix or Mac machines make sure the webserver can write ..\Woogle\logs and ..\Woogle\addons\Native\index
    2. Add the line include_once('extensions/Woogle/Woogle.php'); to your MediaWiki LocalSettings.php
  2. Check Woogle status at Special:WoogleConfig
    1. Click the "Create database tables" button
    2. Click the "(Re-) Index all (direct)" button on that page (for Wikis > 500 pages) or run php maintenance/WoogleReIndexAll.php from the command line to initialize the search index
  3. DONE! Check Special:Woogle to search your Wiki!
This page was last modified on 27 April 2010, at 17:30. This page has been accessed 11,372 times.