Skip to content

Instantly share code, notes, and snippets.

@lsiden
Created August 8, 2010 03:13
Show Gist options
  • Select an option

  • Save lsiden/513531 to your computer and use it in GitHub Desktop.

Select an option

Save lsiden/513531 to your computer and use it in GitHub Desktop.
lsiden@morpheus:~/projects/busbingo$ git push heroku |tee heroku.push.log
Counting objects: 5, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 371 bytes, done.
Total 3 (delta 1), reused 0 (delta 0)
-----> Heroku receiving push
-----> Rack app detected
-----> Installing gem dm-core ~>1.0 from http://rubygems.org
Successfully installed extlib-0.9.15
Successfully installed addressable-2.1.2
Successfully installed dm-core-1.0.0
3 gems installed
-----> Installing gem do_postgres from http://rubygems.org
Building native extensions. This could take a while...
Successfully installed data_objects-0.10.2
Successfully installed do_postgres-0.10.2
2 gems installed
-----> Installing gem dm-postgres-adapter from http://rubygems.org
Successfully installed dm-do-adapter-1.0.0
Successfully installed dm-postgres-adapter-1.0.0
2 gems installed
-----> Installing gem dm-core from http://rubygems.org
Successfully installed dm-core-1.0.0
1 gem installed
-----> Installing gem dm-timestamps from http://rubygems.org
Successfully installed dm-timestamps-1.0.0
1 gem installed
-----> Installing gem dm-migrations from http://rubygems.org
Successfully installed dm-migrations-1.0.0
1 gem installed
-----> Installing gem dm-is-list from http://rubygems.org
Successfully installed dm-adjust-1.0.0
Successfully installed dm-is-list-1.0.0
2 gems installed
-----> Installing gem json ~>1.0 from http://rubygems.org
Building native extensions. This could take a while...
Successfully installed json-1.4.5
1 gem installed
-----> Installing gem sinatra ~>1.0 from http://rubygems.org
Successfully installed sinatra-1.0
1 gem installed
-----> Installing gem thin from http://rubygems.org
Building native extensions. This could take a while...
Successfully installed thin-1.2.7
1 gem installed
Compiled slug size is 2.7MB
-----> Launching...... done
http://busbingo.heroku.com deployed to Heroku
To git@heroku.com:busbingo.git
+ b8b0b31...5124dfc HEAD -> master (forced update)
lsiden@morpheus:~/projects/busbingo$ heroku open busbingo
Opening http://busbingo.heroku.com/
lsiden@morpheus:~/projects/busbingo$ heroku logs
>> Thin web server (v1.2.7 codename No Hup)
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:35988, CTRL+C to stop
W, [2010-08-07T20:07:13.913807 #14574] WARN -- : Path not found: /game/1
75.119.112.128, 10.248.142.128 - - [07/Aug/2010 20:07:13] "GET /game/1 HTTP/1.1" 404 23 0.0046
W, [2010-08-07T20:07:14.165829 #14574] WARN -- : Path not found: /favicon.ico
75.119.112.128, 10.248.142.128 - - [07/Aug/2010 20:07:14] "GET /favicon.ico HTTP/1.1" 404 28 0.0006
W, [2010-08-07T20:07:39.289322 #14574] WARN -- : Path not found: /
75.119.112.128, 10.248.142.128 - - [07/Aug/2010 20:07:39] "GET / HTTP/1.1" 404 17 0.0005
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment