From TeamWeaverWiki
< Woogle4MediaWiki(Difference between revisions)
|
|
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:
- Download the latest Woogle Native release from Woogle4MediaWiki
- 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
- Add the line
include_once('extensions/Woogle/Woogle.php');
to your MediaWiki LocalSettings.php
- Check Woogle status at
Special:WoogleConfig
- Click the "Create database tables" button
- 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
- DONE! Check
Special:Woogle
to search your Wiki!