-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Erik Lönroth edited this page Apr 28, 2017
·
10 revisions
Welcome to the layer-hello-world wiki!
This tutorial covers basics of developing a juju charm with a "base layer".
A "base layer" (as I interpret it) is a charm that holds some common functionality, perhaps package installations you normally use or deploys code common to all your applications in charms you develop.
The layer we will develop here will do very little.
Make sure to complete the "hello-world" tutorial before starting this one.
mkdir -p ~/git/juju/{layers,charms,interfaces}