Skip to content

canonical/charmed-postgresql-snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Charmed PostgreSQL Snap

Release to Snap Store

This repository contains the packaging metadata for creating a snap of PostgreSQL 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-postgresql-snap.git
cd charmed-postgresql-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-postgresql*.snap --devmode

License

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