#Indexing Console App The Indexing Console App is a CLI (using elasticsearch) to index the (semantic) wiki content of the Expertise Management wiki systems.
- Install Composer
- Check out this repo
- Run
composer installto install dependencies. - [if not asked by composer] Copy
parameters.yml.disttoparameters.ymland change to the correct settings. - Symlink the
includesfolder of your mediawiki core installation with nameincludesin the root of this project. - Set bash environment var for the specific wiki to be indexed (the var is used in includes/WebStart.php):
export MW_INSTALL_PATH=
e.g.: export MW_INSTALL_PATH=~/wikifarm/wikis/deltaexpertise/wiki
NB: GlobalLocalSettings.php in our wikifarm determines the correct config from this setting.