Skip to content

canonical/charmed-etcd-snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.