Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

Setup an enterprise MediaWiki server with simple commands

Awesome Lists containing this project

README

        

# meza

[![Build Status](https://travis-ci.org/enterprisemediawiki/meza.svg?branch=master)](https://travis-ci.org/enterprisemediawiki/meza)
[![Code Climate](https://codeclimate.com/github/enterprisemediawiki/meza/badges/gpa.svg)](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).