Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.86 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.86 KB

meza v0.9

meza configures a CentOS/RedHat server with a complete enterprise MediaWiki installation.

Server setup

meza requires a minimal installation of Enterprise Linux. Attempting to install it on a server with many other things already installed may not work properly due to conflicts. Depending on where you're installing meza you'll have different initial setup steps. The following environments have been tested.

Running the setup script

Login to your server and run the following:

curl -LO https://raw.github.com/enterprisemediawiki/meza/master/scripts/install.sh
sudo bash install.sh

This script will retrieve a script from the meza repository, which will subsequently retrieve the entire meza repository. The script will ask you several questions regarding how to setup your MediaWiki environment. The parameters requested are:

  • Git branch: The branch of meza to use. This is mostly for testing. Type "master" in most cases.
  • GitHub Token: This allows you to download more things from GitHub than you would normally. Using the default is fine.
  • MySQL password: Pick a good, secure password for MySQL root user
  • domain or IP address: If you'll access your wiki at http://example.com, your type example.com. If you'll access it at http://192.168.56.56, type 192.168.56.56.
  • Install with git: Type y. You want to install with git.

See Also

Contributing

If you'd like to contribute to this project, please see this guide on how to help.