canonical / charmed-pgbouncer-snap

Charmed solution for PgBouncer
Apache License 2.0
0 stars 0 forks source link

Charmed PgBouncer Snap

Release to Snap Store

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

Installing the Snap

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

Get it from the Snap Store

Building the Snap

Clone Repository

git clone git@github.com:canonical/charmed-pgbouncer-snap.git
cd charmed-pgbouncer-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-pgbouncer*.snap --devmode

License

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