Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. root@test2:~# docker run -p 8006 -e PORT=8006 -e VIRTUAL_HOST=php.178.62.6.137.xip.io -e GIT_REPO=https://github.com/heroku/ruby-rails-sample.git tutum/buildstep /start web Cloning into '/app'...
  2. -----> Ruby app detected
  3. -----> Compiling Ruby/Rails
  4. -----> Using Ruby version: ruby-2.2.1
  5. -----> Installing dependencies using 1.6.3
  6. Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
  7. Fetching gem metadata from https://rubygems.org/...........
  8. Fetching additional metadata from https://rubygems.org/..
  9. Using rake 10.4.2
  10. Installing minitest 5.5.1
  11. Installing i18n 0.7.0
  12. Installing thread_safe 0.3.5
  13. Installing builder 3.2.2
  14. Installing mini_portile 0.6.2
  15. Installing erubis 2.7.0
  16. Installing mime-types 2.4.3
  17. Installing rack 1.6.0
  18. Installing json 1.8.2
  19. Installing arel 6.0.0
  20. Installing coffee-script-source 1.9.1
  21. Installing execjs 2.5.2
  22. Installing thor 0.19.1
  23. Installing hike 1.2.3
  24. Using bundler 1.6.3
  25. Installing multi_json 1.11.0
  26. Installing tilt 1.4.1
  27. Installing rails_serve_static_assets 0.0.4
  28. Using rdoc 4.2.0
  29. Installing rails_stdout_logging 0.0.3
  30. Installing tzinfo 1.2.2
  31. Installing sass 3.4.13
  32. Installing mail 2.6.3
  33. Installing rack-test 0.6.3
  34. Installing puma 2.11.1
  35. Installing coffee-script 2.4.1
  36. Installing uglifier 2.7.1
  37. Installing sprockets 2.12.3
  38. Installing sdoc 0.4.1
  39. Installing rails_12factor 0.0.3
  40. Installing activesupport 4.2.1
  41. Installing rails-deprecated_sanitizer 1.0.3
  42. Installing globalid 0.3.5
  43. Installing activemodel 4.2.1
  44. Installing jbuilder 2.2.12
  45. Installing activejob 4.2.1
  46. Installing activerecord 4.2.1
  47. Installing nokogiri 1.6.6.2
  48. Installing rails-dom-testing 1.0.6
  49. Installing loofah 2.0.1
  50. Installing rails-html-sanitizer 1.0.2
  51. Installing actionview 4.2.1
  52. Installing pg 0.18.1
  53. Installing actionpack 4.2.1
  54. Installing sprockets-rails 2.2.4
  55. Installing actionmailer 4.2.1
  56. Installing railties 4.2.1
  57. Installing coffee-rails 4.1.0
  58. Installing jquery-rails 4.0.3
  59. Installing rails 4.2.1
  60. Installing sass-rails 5.0.3
  61. Installing turbolinks 2.5.3
  62. Your bundle is complete!
  63. Gems in the groups development and test were not installed.
  64. It was installed into ./vendor/bundle
  65. Bundle completed (76.32s)
  66. Cleaning up the bundler cache.
  67. -----> Preparing app for Rails asset pipeline
  68. Running: rake assets:precompile
  69. I, [2015-09-01T12:00:34.580855 #1083] INFO -- : Writing /tmp/build/public/assets/application-47fe71a3b34a93e1929c175b1755d405.js
  70. I, [2015-09-01T12:00:34.600085 #1083] INFO -- : Writing /tmp/build/public/assets/application-c06dd6a542ea15147e6794e03643f87c.css
  71. Asset precompilation completed (6.63s)
  72. Cleaning assets
  73. Running: rake assets:clean
  74.  
  75. -----> Discovering process types
  76. Procfile declares types -> web
  77. [1247] Puma starting in cluster mode...
  78. [1247] * Version 2.11.1 (ruby 2.2.1-p85), codename: Intrepid Squirrel
  79. [1247] * Min threads: 5, max threads: 5
  80. [1247] * Environment: production
  81. [1247] * Process workers: 2
  82. [1247] * Preloading application
  83. [1247] * Listening on tcp://0.0.0.0:8006
  84. [1247] Use Ctrl-C to stop
  85. [1247] - Worker 0 (pid: 1250) booted, phase: 0
  86. [1247] - Worker 1 (pid: 1252) booted, phase: 0
  87. Started GET "/" for 213.115.140.71 at 2015-09-01 12:01:15 +0000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement