Menu

Juju

Jim

Install on Cloud with Juju

Juju is a Tool from Canonical that allows to install a full application (called a Charm) on various cloud environments with just a few commands. The following example runs Juju on an Ubuntu 14 system.

  • download Juju from https://jujucharms.com/docs and follow the installation instructions for your system
  • running on a public cloud like Amazon EC2 will require an account on the cloud platform. Please configure Juju according to your cloud provider (e.g. for Amazon follow the description in https://jujucharms.com/docs/config-aws)
  • execute "juju bootstrap"
  • execute "juju deploy cs:~jim2308/trusty/m2mlabs-simple-1" to deploy a full m2mlabs server on the cloud
  • execute "juju expose m2mlabs-simple" to open the port to the m2mlabs server
  • execute "juju status" and connect to the public IP address of your server
  • follow the Tutorial to get started
  • if you want to destroy your whole cloud enviroment execute "juju destroy-environment <cloud-provider>"</cloud-provider>

MongoDB Logo MongoDB