Skip to content
Erik Lönroth edited this page Apr 29, 2017 · 10 revisions

This tutorial covers basics of developing a juju charm (hello world) with the "reactive" framework.

Setup a fresh workspace

  • Create the needed directories

      mkdir -p ~/git/juju/{layers,charms,interfaces}
    
  • Clone the hello-world charm into your 'charms' directory. We are going to continue on this charm.

      cd ~/git/juju/charms
      git clone [email protected]:erik78se/hello-world-reactive.git
    
  • Look at the code and wait for this tutorial to be completed.

Clone this wiki locally