daily pastebin goal
16%
SHARE
TWEET

yml

a guest Feb 5th, 2016 57 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. name: app
  2. version: 0.1
  3. summary: app
  4. description: app
  5.  
  6.  
  7. parts:
  8.    pythond:
  9.       plugin: python2
  10.       build-packages:
  11.         - python2.7-dev
  12.         - build-essential
  13.       python-packages:
  14.         - picamera
  15.         - simplejson
  16.         - pyyaml
  17.         - tornado
  18.         - tornadio2
  19.         - uwsgi
  20.       after:
  21.          - staticfiles
  22.    staticfiles:
  23.       plugin: copy
  24.       stage-packages:
  25.         - nginx
  26.         - gcc
  27.       files:
  28.          ./rest_robotsqi/nginx.conf: etc/nginx/nginx.conf
RAW Paste Data
Top