Skip to content

Building the debian package

Jonas Gröger edited this page Dec 22, 2016 · 11 revisions

Building the .deb file

  1. Install docker since this is how we're gonna roll
  2. git clone https://github.com/JonasGroeger/soundnode-app-debian/ && cd soundnode-app-debian
  3. docker build -t soundnode-app-build .
  4. Remember the container id or name (get it with docker ps -a)
  5. docker cp $CONTAINER_ID_OR_NAME:/root/dist .
  6. ls dist/

@JonasGroeger maintains a repository at Packagecloud.io for ease of installation.

Clone this wiki locally