1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | #sudo add-apt-repository ppa:juju/stable #sudo apt update #sudo apt install juju #sudo apt install juju zfsutils-linux groups newgrp lxd sudo lxd init juju bootstrap localhost lxd-test juju list-controllers juju whoami juju deploy cs:bundle/mediawiki-single juju status xterm -e watch -n 1 "juju status" & xterm -e watch -n 1 "juju status --format=yaml" & |