Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Add octoprint #69
Open
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
Jump to file or symbol
Failed to load files and symbols.
| @@ -0,0 +1,10 @@ | ||
| +# octoprint snap | ||
| + | ||
| +This project creates a working snap of octoprint. | ||
| + | ||
| + | ||
| +## Current state | ||
| + | ||
| +Known issues: | ||
| + - More testing is needed for all the features. | ||
| + |
| @@ -0,0 +1,21 @@ | ||
| +name: octoprint | ||
| +version: 0.1 | ||
| +architectures: [all] | ||
| +summary: The snappy web interface for your 3D printer | ||
| +description: The snappy web interface for your 3D printer | ||
| + | ||
| +apps: | ||
| + octoprint: | ||
| + command: octoprint | ||
|
|
||
| + daemon: simple | ||
| + plugs: [mount-observe, network-bind] | ||
| + | ||
| + | ||
| +parts: | ||
| + octoprint: | ||
| + plugin: python2 | ||
| + source: https://github.com/foosel/OctoPrint.git | ||
| + source-type: git | ||
| + build-packages: | ||
| + - python-dev | ||
| + - build-essential | ||
This might need to be
usr/bin/octoprintfor it to work. Do you haveoctoprintin/snap/bin?