Skip to content

canonical/charmed-mysql-snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL Snap

Release Tests

This repository contains the packaging metadata for creating a snap of MySQL 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 Snap Store. Follow the link below for more information.

Get it from the Snap Store

Building the Snap

The steps outlined below are based on the assumption that you are building the snap with the latest LTS of Ubuntu. If you are using another version of Ubuntu or another operating system, the process may be different.

Clone Repository

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

License

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

Releases

No releases published

Packages

No packages published