Skip to content

Building the debian package

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

Building the .deb file

  1. Install docker since this is how we're gonna roll
  2. Clone https://github.com/JonasGroeger/soundnode-app-debian/
  3. cd soundnode-app-debian
  4. docker build --rm=false -t soundnode-app-build .
  5. Remember the container ID
  6. docker cp $CONTAINER_ID:/root/dist .
  7. ls dist/

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

Clone this wiki locally