https://github.com/mconf/charms
https://github.com/mconf/charms
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mconf/charms
- Owner: mconf
- Created: 2018-07-05T17:44:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T17:57:36.000Z (about 4 years ago)
- Last Synced: 2025-03-30T17:46:23.544Z (about 2 months ago)
- Language: JavaScript
- Size: 28.5 MB
- Stars: 3
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mconftec Juju charms
Juju is an open source, application and service modelling tool from Ubuntu that
helps you deploy, manage and scale your applications on any cloud.Charms are sets of scripts for deploying and operating software. With event
handling built in, they can declare interfaces that fit charms for other
services, so relationships can be formed.## Install Juju
[Juju reference install](https://docs.jujucharms.com/2.3/en/reference-install)
## Get these charms
```shell
git clone https://github.com/mconftec/charms
```## Or write your own
[Juju charm writing](https://docs.jujucharms.com/2.3/en/authors-charm-writing)
## Run Juju's charm
Juju offers a bootstrap interface for running charms in several cloud services.
We will explore LXD for local testing the scripts and Amazon Web Service
for running the tests.[Juju in cloud](https://docs.jujucharms.com/2.3/en/clouds)
### Locally
[Running Juju with LXD](https://docs.jujucharms.com/2.3/en/clouds-LXD)
*notice that LXD environment can be tricky when trying to run other
containerized applications*### AWS Cloud
[Running Juju with AWS](https://docs.jujucharms.com/2.3/en/help-aws)