Skip to content

Instantly share code, notes, and snippets.

@come-maiz
Created December 3, 2016 18:39
Show Gist options
  • Save come-maiz/78f7119eeeb20ce89a54c288d5a67ce5 to your computer and use it in GitHub Desktop.
Save come-maiz/78f7119eeeb20ce89a54c288d5a67ce5 to your computer and use it in GitHub Desktop.
Openbazaar server snap testing

Smoke test for the OpenBazaar server snap

First, build and install the snap:

$ sudo apt install git snapcraft
$ git clone https://github.com/elopio/openbazaar-go
$ cd openbazaar-go
$ git checkout snapcraft
$ snapcraft
$ sudo snap install *.snap --dangerous

Start the server:

$ openbazaar-server.daemon start
@come-maiz
Copy link
Author

TODO: snap a client to test the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment