Running Astroprint from source on Debian

So I’m trying to run Astroprint from Debian, and I believe I followed all the instructions in the readme.md in the repository, but I can’t seem to get the service to start up, here’s my log:

2018-01-12 22:38:31,559 - octoprint.server - INFO - Starting AstroBox (AstroBox - v0.0(0)) - Commit (None)
2018-01-12 22:38:31,561 - astroprint.migration - INFO - Checking for settings migrations…
2018-01-12 22:38:31,562 - astroprint.migration - INFO - Performed 0 settings migrations.
2018-01-12 22:38:31,588 - astroprint.printfiles.gcode - INFO - Migrating metadata if necessary…
2018-01-12 22:38:31,589 - astroprint.printfiles.gcode - INFO - Updated 0 sets of metadata to new format
2018-01-12 22:38:31,616 - astroprint.camera.v4l2.gstreamer - ERROR - Error in camera detection: Device or resource busy (16)
2018-01-12 22:38:31,617 - astroprint.camera.v4l2.gstreamer - INFO - Camera detected on /dev/video1
and my config.yaml is:

android@localhost:/etc/AstroBox$ vi config.yaml
system:
actions:

  • action: reboot
    command: reboot

That’s the defaul config.yaml as checked in to the repository, I’m not sure if it’s the correct place to start. However, I would have expected an error or something, it looks like Astroprint just freezes upon initialization, and I’m not sure what’s making it freeze up. Any help would be greatly appreciated! I feel like I’m quite close.

Thanks, Ivan