Difference between revisions of "Installation"

From QualityBox Wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 11:29, 28 November 2018

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