From TeamWeaverWiki
< Woogle4MediaWiki(Difference between revisions)
|
|
(2 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | == English ==
| + | #REDIRECT [[Woogle4MediaWiki/Admin manual]] |
- | Before starting, it is important to understand that Woogle4MediaWiki can be run in '''two different modes''':
| + | |
- | * WoogleNative - which is pure PHP-based - you can only search and index your Wiki as such, but no data outside the Wiki
| + | |
- | * WoogleRemote - which connects to a [[Integrated Search]] backend - you can search any kind of data indexed by the backend (including e.g. file systems, SVN ressources etc.)
| + | |
- | | + | |
- | === Prerequisites ===
| + | |
- | * Woogle4MediaWiki requires [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] in a version >= 1.11.0 (see also [[Woogle4MediaWiki/Compability|compatibility notes]])
| + | |
- | * For WoogleNative (see above) you need
| + | |
- | ** A database user with CREATE TABLE privileges (or the database root account)
| + | |
- | * For WoogleRemote you need
| + | |
- | ** An installed [[Integrated Search]] backend, and some configuration data (backend URL, repoId, pushIndexAuthKey; c.f. [[http://www.teamweaver.org/wiki/index.php/Integrated_Search/Configuration#Configuring_.22push.22_indexing|for push indexing]])
| + | |
- | | + | |
- | === Installation steps ===
| + | |
- | * Extract the content of the Woogle distribution ZIP-file to <code>[Your MediaWiki directory]/extensions/Woogle</code>
| + | |
- | * Grant write permissions for the executing user on <code>[Your MediaWiki directory]/extensions/Woogle/addons/Native/index</code>, if you're using the Native addon
| + | |
- | * At the end of the file <code>[Your MediaWiki directory]/LocalSettings.php</code> add the following line: <code>include_once('extensions/Woogle/Woogle.php' ); </code>
| + | |
- | * [[Woogle4MediaWiki/Configuration|Configure]] everything
| + | |
- | * Open <code>[MediaWiki URL]/Special:WoogleConfig</code> in your browser and click "index" to create an initial index
| + | |
- | * Enter <code>[MediaWiki URL]/index.php/Special:Woogle</code> to your browser to check if everything works
| + | |
- | | + | |
- | == Deutsch (German) (nicht auf dem neuesten Stand) ==
| + | |
- | * Den Inhalt der Woogle ZIP-Datei nach <code>[MediaWiki Installationverzeichnis]/extensions/Woogle</code> entpacken
| + | |
- | * Dem ausführenden Benutzer Schreibrechte in <code>[MediaWiki Installationverzeichnis]/extensions/Woogle/addons/Native/index</code> gewähren, sofern das Native Addon benutzt wird
| + | |
- | * Am Ende der Datei <code>[MediaWiki Installationverzeichnis]/LocalSettings.php</code> folgende Zeile einfügen:
| + | |
- | ** <code>include_once('extensions/Woogle/Woogle.php' ); </code>
| + | |
- | * [[Woogle4MediaWiki/Configuration|Konfigurieren]] Sie Woogle
| + | |
- | * Öffnen Sie die URL <code>[MediaWiki URL]/Special:WoogleConfig</code> und clicken Sie "index" um den Inhalt des Wikis initial zu indexieren
| + | |
- | * Öffnen Sie die URL <code>[MediaWiki URL]/index.php/Special:Woogle</code> in Ihrem Web-Browser um zu sehen, ob die Installation funktioniert hat
| + | |
Current revision as of 22:57, 16 March 2010
- REDIRECT Woogle4MediaWiki/Admin manual