Helper scripts for our MoinMoin deployment.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Holger Frey 17b0256bb4 moving to gittea needs a push 5 years ago
.gitignore Initial commit 7 years ago
LICENSE Initial commit 7 years ago
README.md moving to gittea needs a push 5 years ago
install-xapian.sh import of the current scripts 7 years ago
rebuild-search-index.py import of the current scripts 7 years ago

README.md

moinmoin-scripts

Helper scripts for our MoinMoin deployment.

install-xapian.sh

The full text search indexing is provided by Xapian. Since our MoinMoin installation is done in a virtual environment we can't use the system provided installer package.

For an easy build and update process, the script install-xapian.sh can be used, but the virtual environment must be activated first.

rebuild-search-index.py

This scirpt rebuilds the full text search index. This might be needed if a search setting in one of the configuration files was changed. Since MoinMoin rebuilds the search index by each wiki, this scripts helps to automate the process for all wikis in one go.

Good Luck