Jump to content

Meza/Install on existing server: Difference between revisions

From mediawiki.org
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
After verifying that the system meets Meza's [[Meza/Requirements|'''requirements''']], run the following commands: <syntaxhighlight lang="bash">
After verifying that the target system meets Meza's [[Meza/Requirements|'''requirements''']], run the following commands: <syntaxhighlight lang="bash">
## Install and configure Git
## Install and configure Git
sudo dnf install -y git
sudo dnf install -y git

Revision as of 18:16, 9 October 2025

After verifying that the target system meets Meza's requirements, run the following commands:

## Install and configure Git
sudo dnf install -y git

## Get Meza from https://github.com/nasa/meza
git clone https://github.com/nasa/meza /opt/meza

## Prep the system for Meza 
sudo sh /opt/meza/src/scripts/getmeza.sh

## Become user meza-ansible to run meza
sudo -i -u meza-ansible

## Switch to meza config folder to allow meza to pick-up the meza ansible configuration 
cd /opt/meza/config

## deploy meza
sudo meza deploy monolith

The above commands result in a fully configured server running a MediaWiki wiki farm and the default wiki named "demo".

The demo wiki is pre-configured with a single user named: Admin with the password adminpass!.