https://github.com/enterprisemediawiki/meza
Setup an enterprise MediaWiki server with simple commands
https://github.com/enterprisemediawiki/meza
elasticsearch enterprise mediawiki visual-editor wiki
Last synced: about 1 year ago
JSON representation
Setup an enterprise MediaWiki server with simple commands
- Host: GitHub
- URL: https://github.com/enterprisemediawiki/meza
- Owner: enterprisemediawiki
- License: mit
- Created: 2015-06-12T15:37:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T18:21:04.000Z (over 1 year ago)
- Last Synced: 2025-04-02T08:08:31.584Z (about 1 year ago)
- Topics: elasticsearch, enterprise, mediawiki, visual-editor, wiki
- Language: JavaScript
- Homepage:
- Size: 11.1 MB
- Stars: 41
- Watchers: 14
- Forks: 27
- Open Issues: 327
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# meza
[](https://travis-ci.org/enterprisemediawiki/meza)
[](https://codeclimate.com/github/enterprisemediawiki/meza)

Setup an enterprise MediaWiki server with **simple commands**. Put all components on a single monolithic server or split them out over many. Run a solitary master database or have replicas. Deploy to multiple environments. Run backups. Do it all using the `meza` command. Run `meza --help` for more info.
## Why meza?
Standard MediaWiki is easy to install, but increasingly its newer and better features are contained within extensions that are more complicated. Additionally, they may be particularly difficult to install on Enterprise Linux derivatives. This project aims to make these features (VisualEditor, CirrusSearch, etc) easy to *install, backup, reconfigure, and maintain* in a robust and well-tested way.
## Requirements
1. CentOS 7 or RHEL 7 (for now, with Debian support in the works)
2. Minimal install: Attempting to install it on a server with many other things already installed may not work properly due to conflicts.
## Install and usage
See all the Meza documentation at https://www.mediawiki.org/wiki/Meza
## Contributing
If you'd like to contribute to this project, please see [this guide on how to help](CONTRIBUTING.md).