Installation

From QualityBox Wiki
Revision as of 11:29, 28 November 2018 by Freephile (talk | contribs) (Created page with "You can install QualityBox like [https://www.mediawiki.org/wiki/Meza/Install_on_existing_server installing Meza]<ref>The only difference is where you clone from</ref>: <synta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

You can install QualityBox like installing Meza[1]:

sudo yum install -y git
sudo git clone https://github.com/freephile/meza /opt/meza
sudo bash /opt/meza/src/scripts/getmeza.sh
sudo meza deploy monolith

This will setup a demo wiki with the user Admin with password adminpass. For production environments, update this password (go to "preferences" when logged into your wiki as this user) or remove this user.

  1. The only difference is where you clone from