Skip to content

Commit

Permalink
Merge pull request #307 from simondeziel/link-to-snap-pkg
Browse files Browse the repository at this point in the history
README: link to snap packaging repo
  • Loading branch information
masnax committed May 9, 2024
2 parents 9c8fd0d + c81037d commit f67c591
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To use local storage, each machine requires a local disk.
To use distributed storage, at least three additional disks (not only partitions) for use by Ceph are required, and these disks must be on at least three different machines.

<p align="center" width="100%">
<img width="33%" src="https://res.cloudinary.com/canonical/image/fetch/f_auto,q_auto,fl_sanitize,w_236,h_214/https://assets.ubuntu.com/v1/904e5156-LXD+illustration+2.svg">
<img alt="MicroCloud logo" width="33%" src="https://res.cloudinary.com/canonical/image/fetch/f_auto,q_auto,fl_sanitize,w_236,h_214/https://assets.ubuntu.com/v1/904e5156-LXD+illustration+2.svg">
</p>

Once the simple initialisation is complete, users can launch, run and manage their workloads using system containers or VMs, and otherwise utilise regular LXD functionality.
Expand All @@ -25,13 +25,13 @@ Once the simple initialisation is complete, users can launch, run and manage the

To get started, install the LXD, MicroCeph, MicroOVN and MicroCloud snaps. You can install them all at once with the following command:

```
```sh
snap install lxd microceph microovn microcloud
```

Then start the bootstrapping process with the following command:

```
```sh
microcloud init
```

Expand All @@ -53,7 +53,10 @@ If you decide to not use MicroOVN, MicroCloud falls back on the Ubuntu fan for b
This is just the beginning of MicroCloud. We’re very excited about what’s coming up next!

### **RESOURCES:**
- Introduction: https://discuss.linuxcontainers.org/t/introducing-microcloud/15871
- Find the package at the Snap Store:

[![](https://dashboard.snapcraft.io/site_media/appmedia/2018/04/Snapcraft-logo-bird.png)](https://snapcraft.io/microcloud)
- Introduction: https://discuss.linuxcontainers.org/t/introducing-microcloud/15871
- Find the package at the Snap Store:

[![Snapcraft logo](https://dashboard.snapcraft.io/site_media/appmedia/2018/04/Snapcraft-logo-bird.png)](https://snapcraft.io/microcloud)

- Snap package sources: [microcloud-pkg-snap](https://github.com/canonical/microcloud-pkg-snap)

0 comments on commit f67c591

Please sign in to comment.