Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.25 KB

Charmed etcd Snap

This repository contains the packaging metadata for creating a snap of etcd built from Launchpad. For more information on snaps, visit snapcraft.io.

Building the Snap

Clone Repository

git clone [email protected]:canonical/charmed-etcd-snap.git
cd charmed-etcd-snap

Installing and Configuring Prerequisites

sudo snap install snapcraft
sudo snap install lxd
sudo lxd init --auto

Packing and Installing the Snap

snapcraft pack
sudo snap install ./charmed-etcd*.snap --devmode

License

The etcd Snap is free software, distributed under the Apache Software License, version 2.0. See LICENSE for more information.