-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
-
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.