Skip to content

Instantly share code, notes, and snippets.

@nuBacuk
Last active July 9, 2020 10:35
Show Gist options
  • Select an option

  • Save nuBacuk/af65a7e25a244f3c8a322b5c6962d0cc to your computer and use it in GitHub Desktop.

Select an option

Save nuBacuk/af65a7e25a244f3c8a322b5c6962d0cc to your computer and use it in GitHub Desktop.
juju bootstrap maas maas-controller
juju build
juju deploy /tmp/charm-builds/wordpress --constraints mem=2G
juju upgrade-charm wordpress --path /tmp/charm-builds/wordpress
juju deploy mysql --series xenial --constraints mem=2G
juju add-relation wordpress mysql
watch -c juju status --color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment