~longsleep/snapcraft/snapcraft-debs-plugin

« back to all changes in this revision

Viewing changes to examples/webcam-webui-snap/snapcraft.yaml

  • Committer: Snappy Tarmac
  • Author(s): Michael Terry, Michael Vogt
  • Date: 2015-08-04 21:01:35 UTC
  • mfrom: (105.3.11 docs-1)
  • Revision ID: snappy_tarmac-20150804210135-w8e1to44t689ju6k
Add intro and tutorial docs.

The intro file explains Snappy and the general Snapcraft concepts a bit.  It covers the same material as flow.md, so I dropped that file.

The tutorial file goes through crafting a webcam demo snap [1].

I want to add an installing/testing/uploading-to-store section too, but I want to get some experience using the webcam bit and dealing with apparmor for it (seeing if I can get kvm to use my laptop webcam or if I need to have a real USB webcam with a beaglebone).  But that addition can happen in a separate branch.

This is taking over from lp:~mvo/snapcraft/docs-1 since mvo is on vacation.

[1] Very similar to https://developer.ubuntu.com/en/snappy/guides/appliance-builder-guide-webcam/ by snappy-dev approved by elopio

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    golang-static-http:
3
3
        plugin: go1.4-project
4
4
        source: git://github.com/mikix/golang-static-http
5
 
    ubuntu:
6
 
        package: fswebcam
 
5
    fswebcam:
 
6
        plugin: ubuntu
 
7
    glue:
 
8
        plugin: copy
 
9
        files:
 
10
            webcam-webui: bin/webcam-webui
7
11
snappy-metadata: meta