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
TODO: snap a client to test the server.