Advertisement
jsloyer

Untitled

Aug 25th, 2015
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. [02:45 PM] jsloyer@Jeffs-MacBook-Pro [python-iot-raspberry-pi]>cf push
  2. Using manifest file /Users/jsloyer/Downloads/python-iot-raspberry-pi/manifest.yml
  3.  
  4. Creating app python-iot-hackathon in org jbsloyer@us.ibm.com / space demos as jbsloyer@us.ibm.com...
  5. OK
  6.  
  7. Using route python-iot-hackathon.mybluemix.net
  8. Binding python-iot-hackathon.mybluemix.net to python-iot-hackathon...
  9. OK
  10.  
  11. Uploading python-iot-hackathon...
  12. Uploading app files from: /Users/jsloyer/Downloads/python-iot-raspberry-pi
  13. Uploading 18.9K, 9 files
  14. Done uploading
  15. OK
  16. Binding service iot-python to app python-iot-hackathon in org jbsloyer@us.ibm.com / space demos as jbsloyer@us.ibm.com...
  17. OK
  18. Binding service iot-twilio to app python-iot-hackathon in org jbsloyer@us.ibm.com / space demos as jbsloyer@us.ibm.com...
  19. OK
  20.  
  21. Starting app python-iot-hackathon in org jbsloyer@us.ibm.com / space demos as jbsloyer@us.ibm.com...
  22. -----> Downloaded app package (12K)
  23. -------> Buildpack version 1.3.1
  24. -----> Installing runtime (python-2.7.9)
  25. You are using pip version 6.1.0.dev0, however version 7.1.2 is available.
  26. You should consider upgrading via the 'pip install --upgrade pip' command.
  27. Collecting Flask (from -r requirements.txt (line 1))
  28. Downloading Flask-0.10.1.tar.gz (544kB)
  29. Collecting ibmiotf (from -r requirements.txt (line 2))
  30. Downloading ibmiotf-0.1.4.zip
  31. Collecting twilio (from -r requirements.txt (line 3))
  32. Downloading twilio-4.5.0.tar.gz (183kB)
  33. Collecting Werkzeug>=0.7 (from Flask->-r requirements.txt (line 1))
  34. Downloading Werkzeug-0.10.4-py2.py3-none-any.whl (293kB)
  35. Collecting Jinja2>=2.4 (from Flask->-r requirements.txt (line 1))
  36. Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB)
  37. Collecting itsdangerous>=0.21 (from Flask->-r requirements.txt (line 1))
  38. Downloading itsdangerous-0.24.tar.gz (46kB)
  39. Collecting iso8601>=0.1.10 (from ibmiotf->-r requirements.txt (line 2))
  40. Downloading iso8601-0.1.10.tar.gz
  41. Collecting paho-mqtt>=1.1 (from ibmiotf->-r requirements.txt (line 2))
  42. Downloading paho-mqtt-1.1.tar.gz (41kB)
  43. Collecting pytz>=2014.7 (from ibmiotf->-r requirements.txt (line 2))
  44. Downloading pytz-2015.4-py2.py3-none-any.whl (475kB)
  45. Collecting requests>=2.5.0 (from ibmiotf->-r requirements.txt (line 2))
  46. Downloading requests-2.7.0-py2.py3-none-any.whl (470kB)
  47. Collecting httplib2>=0.7 (from twilio->-r requirements.txt (line 3))
  48. Downloading httplib2-0.9.1.tar.gz (205kB)
  49. Collecting six (from twilio->-r requirements.txt (line 3))
  50. Downloading six-1.9.0-py2.py3-none-any.whl
  51. Collecting MarkupSafe (from Jinja2>=2.4->Flask->-r requirements.txt (line 1))
  52. Downloading MarkupSafe-0.23.tar.gz
  53. Installing collected packages: MarkupSafe, six, httplib2, requests, pytz, paho-mqtt, iso8601, itsdangerous, Jinja2, Werkzeug, twilio, ibmiotf, Flask
  54. Running setup.py install for MarkupSafe
  55. Running setup.py install for httplib2
  56. Running setup.py install for paho-mqtt
  57. Running setup.py install for iso8601
  58. Running setup.py install for itsdangerous
  59. Running setup.py install for twilio
  60. Running setup.py install for ibmiotf
  61. Running setup.py install for Flask
  62. Successfully installed Flask-0.10.1 Jinja2-2.8 MarkupSafe-0.23 Werkzeug-0.10.4 httplib2-0.9.1 ibmiotf-0.1.4 iso8601-0.1.10 itsdangerous-0.24 paho-mqtt-1.1 pytz-2015.4 requests-2.7.0 six-1.9.0 twilio-4.5.0
  63. You are using pip version 6.1.0.dev0, however version 7.1.2 is available.
  64. You should consider upgrading via the 'pip install --upgrade pip' command.
  65. -----> Uploading droplet (34M)
  66.  
  67. 0 of 1 instances running, 1 starting
  68. 0 of 1 instances running, 1 starting
  69. 0 of 1 instances running, 1 starting
  70. 1 of 1 instances running
  71.  
  72. App started
  73.  
  74.  
  75. OK
  76.  
  77. App python-iot-hackathon was started using this command `python server.py`
  78.  
  79. Showing health and status for app python-iot-hackathon in org jbsloyer@us.ibm.com / space demos as jbsloyer@us.ibm.com...
  80. OK
  81.  
  82. requested state: started
  83. instances: 1/1
  84. usage: 128M x 1 instances
  85. urls: python-iot-hackathon.mybluemix.net
  86. last uploaded: Tue Aug 25 18:45:56 UTC 2015
  87. stack: lucid64
  88. buildpack: Python
  89.  
  90. state since cpu memory disk details
  91. #0 running 2015-08-25 02:47:22 PM 0.0% 59.9M of 128M 126M of 1G
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement