Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.51 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.51 KB

Charmed MongoDB Snap

.github/workflows/publish.yaml

This repository contains the packaging metadata for creating a snap of Charmed MongoDB built from the official percona debian repositories. For more information on snaps, visit snapcraft.io.

Installing the Snap

The snap can be installed directly from the Snap Store. Follow the link below for more information.

Get it from the Snap Store

Building the Snap

Clone Repository

git clone https://github.com/canonical/charmed-mongodb-snap.git
cd charmed-mongodb-snap

Installing and Configuring Prerequisites

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

Packing and Installing the Snap

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

License

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

Trademark Notice

MongoDB is a trademark or registered trademark of MongoDB, Inc. Percona is a trademark or registered trademark of Percona LLC. Other trademarks are property of their respective owners.