bigchaindb/snap
Troy McConaghy abdd23f5a6 Problem: Source files contain no license info (#2455)
* Problem: Source files contain no license info

Solution: Add comments with SPDX license info to source files

* Python 3 files don't need # -*- coding: utf-8 -*-
2018-08-16 12:31:32 +02:00
..
README.md Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
snapcraft.yaml Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00

README.md

This is the packaging metadata for the BigchainDB snap.

Snaps and the snap store allows for the secure installation of apps that work in most Linux distributions. For more information, go to https://snapcraft.io/

To build and install this snap in Ubuntu 16.04:

$ sudo apt install git snapcraft
$ git clone https://github.com/bigchaindb/bigchaindb
$ cd bigchaindb
$ snapcraft
$ sudo snap install *.snap --dangerous --devmode