daily pastebin goal
16%
SHARE
TWEET

yml

a guest Feb 5th, 2016 51 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. parts:
  7.    pythond:
  8.       plugin: python2
  9.       stage-packages:
  10.         - build-essential
  11.       python-packages:
  12.         - picamera
  13.         - simplejson
  14.         - pyyaml
  15.         - tornado
  16.         - tornadio2
  17.         - uwsgi
  18.       after:
  19.          - staticfiles
  20.    staticfiles:
  21.       plugin: copy
  22.       stage-packages:
  23.         - nginx
  24.         - gcc
  25.         - python2.7-dev
  26.       files:
  27.          ./rest_robotsqi/nginx.conf: etc/nginx/nginx.conf
RAW Paste Data
Top