Created
October 27, 2013 23:33
-
-
Save vaichidrewar/7189221 to your computer and use it in GitHub Desktop.
RottenPotatoes Setup and Heroku Deployment
You should make git repository first and then only fire 'heroku create' command.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vaibhavs-MacBook-Pro-2:~ vaibhav$ 169 | |
The authenticity of host 'ec2-54-215-108-91.us-west-1.compute.amazonaws.com (54.215.108.91)' can't be established. | |
RSA key fingerprint is a6:8b:63:19:e8:f1:01:ac:5b:99:30:03:08:18:fe:50. | |
Are you sure you want to continue connecting (yes/no)? yes | |
Warning: Permanently added 'ec2-54-215-108-91.us-west-1.compute.amazonaws.com,54.215.108.91' (RSA) to the list of known hosts. | |
Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-14-virtual i686) | |
* Documentation: https://help.ubuntu.com/ | |
System information as of Sun Oct 27 22:56:57 UTC 2013 | |
System load: 0.01 Processes: 55 | |
Usage of /: 29.8% of 7.87GB Users logged in: 0 | |
Memory usage: 4% IP address for eth0: 10.200.133.240 | |
Swap usage: 0% | |
Graph this data and manage this system at https://landscape.canonical.com/ | |
New release '12.04 LTS' available. | |
Run 'do-release-upgrade' to upgrade to it. | |
Get cloud support with Ubuntu Advantage Cloud Guest | |
http://www.ubuntu.com/business/services/cloud | |
ubuntu@ip-10-200-133-240:~$ | |
ubuntu@ip-10-200-133-240:~$ | |
ubuntu@ip-10-200-133-240:~$ | |
ubuntu@ip-10-200-133-240:~$ pwd | |
/home/ubuntu | |
ubuntu@ip-10-200-133-240:~$ | |
ubuntu@ip-10-200-133-240:~$ ls | |
cs169.xAWS Downloads | |
ubuntu@ip-10-200-133-240:~$ cd cs169.xAWS/ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS$ ls | |
hw0 hw1 hw1.5 | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS$ mkdir hw2 | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS$ cd hw2/ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2$ wget https://courses.edx.org/c4x/BerkeleyX/CS.CS169.1x/asset/rails-intro.zip | |
--2013-10-27 22:57:42-- https://courses.edx.org/c4x/BerkeleyX/CS.CS169.1x/asset/rails-intro.zip | |
Resolving courses.edx.org... 54.235.131.26, 107.21.117.248 | |
Connecting to courses.edx.org|54.235.131.26|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: unspecified [application/zip] | |
Saving to: `rails-intro.zip' | |
[ <=> ] 51,211 --.-K/s in 0.08s | |
2013-10-27 22:57:43 (604 KB/s) - `rails-intro.zip' saved [51211] | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2$ ls | |
rails-intro.zip | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2$ unzip rails-intro.zip | |
Archive: rails-intro.zip | |
creating: rottenpotatoes/ | |
creating: rottenpotatoes/app/ | |
creating: rottenpotatoes/app/assets/ | |
creating: rottenpotatoes/app/assets/images/ | |
inflating: rottenpotatoes/app/assets/images/rails.png | |
creating: rottenpotatoes/app/assets/javascripts/ | |
inflating: rottenpotatoes/app/assets/javascripts/application.js | |
creating: rottenpotatoes/app/assets/stylesheets/ | |
inflating: rottenpotatoes/app/assets/stylesheets/application.css | |
creating: rottenpotatoes/app/controllers/ | |
inflating: rottenpotatoes/app/controllers/application_controller.rb | |
inflating: rottenpotatoes/app/controllers/movies_controller.rb | |
creating: rottenpotatoes/app/helpers/ | |
inflating: rottenpotatoes/app/helpers/application_helper.rb | |
inflating: rottenpotatoes/app/helpers/movies_helper.rb | |
creating: rottenpotatoes/app/mailers/ | |
extracting: rottenpotatoes/app/mailers/.gitkeep | |
creating: rottenpotatoes/app/models/ | |
extracting: rottenpotatoes/app/models/.gitkeep | |
inflating: rottenpotatoes/app/models/movie.rb | |
creating: rottenpotatoes/app/views/ | |
creating: rottenpotatoes/app/views/layouts/ | |
inflating: rottenpotatoes/app/views/layouts/application.html.haml | |
creating: rottenpotatoes/app/views/movies/ | |
inflating: rottenpotatoes/app/views/movies/edit.html.haml | |
inflating: rottenpotatoes/app/views/movies/index.html.haml | |
inflating: rottenpotatoes/app/views/movies/new.html.haml | |
inflating: rottenpotatoes/app/views/movies/show.html.haml | |
creating: rottenpotatoes/autotest/ | |
inflating: rottenpotatoes/autotest/discover.rb | |
creating: rottenpotatoes/config/ | |
inflating: rottenpotatoes/config/application.rb | |
inflating: rottenpotatoes/config/boot.rb | |
inflating: rottenpotatoes/config/cucumber.yml | |
inflating: rottenpotatoes/config/database.yml | |
inflating: rottenpotatoes/config/environment.rb | |
creating: rottenpotatoes/config/environments/ | |
inflating: rottenpotatoes/config/environments/development.rb | |
inflating: rottenpotatoes/config/environments/production.rb | |
inflating: rottenpotatoes/config/environments/test.rb | |
creating: rottenpotatoes/config/initializers/ | |
inflating: rottenpotatoes/config/initializers/backtrace_silencers.rb | |
inflating: rottenpotatoes/config/initializers/inflections.rb | |
inflating: rottenpotatoes/config/initializers/mime_types.rb | |
inflating: rottenpotatoes/config/initializers/secret_token.rb | |
inflating: rottenpotatoes/config/initializers/session_store.rb | |
inflating: rottenpotatoes/config/initializers/wrap_parameters.rb | |
creating: rottenpotatoes/config/locales/ | |
inflating: rottenpotatoes/config/locales/en.yml | |
inflating: rottenpotatoes/config/routes.rb | |
inflating: rottenpotatoes/config.ru | |
creating: rottenpotatoes/db/ | |
inflating: rottenpotatoes/db/development.sqlite3 | |
creating: rottenpotatoes/db/migrate/ | |
inflating: rottenpotatoes/db/migrate/20111119180638_create_movies.rb | |
inflating: rottenpotatoes/db/schema.rb | |
inflating: rottenpotatoes/db/seeds.rb | |
inflating: rottenpotatoes/Gemfile | |
inflating: rottenpotatoes/Gemfile.lock | |
creating: rottenpotatoes/lib/ | |
creating: rottenpotatoes/lib/assets/ | |
extracting: rottenpotatoes/lib/assets/.gitkeep | |
creating: rottenpotatoes/lib/tasks/ | |
extracting: rottenpotatoes/lib/tasks/.gitkeep | |
inflating: rottenpotatoes/lib/tasks/cucumber.rake | |
creating: rottenpotatoes/log/ | |
inflating: rottenpotatoes/log/development.log | |
creating: rottenpotatoes/public/ | |
inflating: rottenpotatoes/public/404.html | |
inflating: rottenpotatoes/public/422.html | |
inflating: rottenpotatoes/public/500.html | |
extracting: rottenpotatoes/public/favicon.ico | |
creating: rottenpotatoes/public/images/ | |
inflating: rottenpotatoes/public/images/rails.png | |
inflating: rottenpotatoes/public/index.html | |
creating: rottenpotatoes/public/javascripts/ | |
extracting: rottenpotatoes/public/javascripts/.gitkeep | |
extracting: rottenpotatoes/public/javascripts/application.js | |
inflating: rottenpotatoes/public/robots.txt | |
creating: rottenpotatoes/public/stylesheets/ | |
extracting: rottenpotatoes/public/stylesheets/.gitkeep | |
inflating: rottenpotatoes/public/stylesheets/general.css | |
inflating: rottenpotatoes/Rakefile | |
creating: rottenpotatoes/script/ | |
inflating: rottenpotatoes/script/cucumber | |
inflating: rottenpotatoes/script/rails | |
creating: rottenpotatoes/tmp/ | |
creating: rottenpotatoes/tmp/cache/ | |
creating: rottenpotatoes/tmp/cache/assets/ | |
creating: rottenpotatoes/tmp/cache/assets/CF0/ | |
creating: rottenpotatoes/tmp/cache/assets/CF0/DA0/ | |
inflating: rottenpotatoes/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016 | |
creating: rottenpotatoes/tmp/cache/assets/E25/ | |
creating: rottenpotatoes/tmp/cache/assets/E25/4C0/ | |
inflating: rottenpotatoes/tmp/cache/assets/E25/4C0/sprockets%2Fde2fd9fd11c04a582cdbbe3d84a35ae6 | |
creating: rottenpotatoes/tmp/pids/ | |
creating: rottenpotatoes/tmp/sessions/ | |
creating: rottenpotatoes/tmp/sockets/ | |
creating: rottenpotatoes/vendor/ | |
creating: rottenpotatoes/vendor/assets/ | |
creating: rottenpotatoes/vendor/assets/stylesheets/ | |
extracting: rottenpotatoes/vendor/assets/stylesheets/.gitkeep | |
creating: rottenpotatoes/vendor/plugins/ | |
extracting: rottenpotatoes/vendor/plugins/.gitkeep | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2$ ls | |
rails-intro.zip rottenpotatoes | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2$ cd rottenpotatoes/ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ ls | |
app config db Gemfile.lock log Rakefile tmp | |
autotest config.ru Gemfile lib public script vendor | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ ls l | |
ls: cannot access l: No such file or directory | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ ls -l | |
total 56 | |
drwxr-xr-x 8 ubuntu ubuntu 4096 2013-09-16 18:29 app | |
drwxr-xr-x 2 ubuntu ubuntu 4096 2013-09-16 18:29 autotest | |
drwxr-xr-x 5 ubuntu ubuntu 4096 2013-10-04 08:32 config | |
-rw-r--r-- 1 ubuntu ubuntu 164 2013-09-16 18:29 config.ru | |
drwxr-xr-x 3 ubuntu ubuntu 4096 2013-10-04 08:31 db | |
-rw-r--r-- 1 ubuntu ubuntu 638 2013-10-01 01:58 Gemfile | |
-rw-r--r-- 1 ubuntu ubuntu 3067 2013-10-01 01:55 Gemfile.lock | |
drwxr-xr-x 4 ubuntu ubuntu 4096 2013-09-16 18:29 lib | |
drwxr-xr-x 2 ubuntu ubuntu 4096 2013-10-01 01:56 log | |
drwxr-xr-x 5 ubuntu ubuntu 4096 2013-09-16 18:29 public | |
-rw-r--r-- 1 ubuntu ubuntu 279 2013-09-16 18:29 Rakefile | |
drwxr-xr-x 2 ubuntu ubuntu 4096 2013-09-16 18:29 script | |
drwxr-xr-x 6 ubuntu ubuntu 4096 2013-10-01 01:56 tmp | |
drwxr-xr-x 4 ubuntu ubuntu 4096 2013-09-16 18:29 vendor | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ bundle install | |
Fetching source index for http://rubygems.org/ | |
^C | |
Quitting... | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ sudo bundle install | |
Fetching source index for http://rubygems.org/ | |
Installing rake (10.1.0) | |
Installing i18n (0.6.5) | |
Installing multi_json (1.8.0) | |
Installing activesupport (3.2.14) | |
Installing builder (3.0.4) | |
Installing activemodel (3.2.14) | |
Using erubis (2.7.0) | |
Using journey (1.0.4) | |
Installing rack (1.4.5) | |
Using rack-cache (1.2) | |
Installing rack-test (0.6.2) | |
Installing hike (1.2.3) | |
Installing tilt (1.4.1) | |
Installing sprockets (2.2.2) | |
Installing actionpack (3.2.14) | |
Installing mime-types (1.25) | |
Using polyglot (0.3.3) | |
Installing treetop (1.4.15) | |
Installing mail (2.5.4) | |
Installing actionmailer (3.2.14) | |
Using arel (3.0.2) | |
Installing tzinfo (0.3.37) | |
Installing activerecord (3.2.14) | |
Installing activeresource (3.2.14) | |
Using archive-tar-minitar (0.5.2) | |
Using bundler (1.0.21) | |
Installing coffee-script-source (1.6.3) | |
Installing execjs (2.0.2) | |
Using coffee-script (2.2.0) | |
Installing rack-ssl (1.3.3) | |
Installing json (1.8.0) with native extensions | |
Installing rdoc (3.12.2) | |
Installing thor (0.18.1) | |
Installing railties (3.2.14) | |
Installing coffee-rails (3.2.2) | |
Using columnize (0.3.6) | |
Installing haml (4.0.3) | |
Installing jquery-rails (3.0.4) | |
Installing libv8 (3.16.14.3) with native extensions | |
Using ruby_core_source (0.1.5) | |
Using linecache19 (0.5.12) | |
Installing pg (0.17.0) with native extensions | |
Installing rails (3.2.14) | |
Installing ref (1.0.5) | |
Using ruby-debug-base19 (0.11.25) | |
Using ruby-debug19 (0.11.6) | |
Installing sass (3.2.11) | |
Installing sass-rails (3.2.6) | |
Installing sqlite3 (1.3.8) with native extensions | |
Installing therubyracer (0.12.0) with native extensions | |
Installing uglifier (2.2.1) | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ wget --no-check-certificate http://toolbelt.heroku.com/install-ubuntu.sh | |
--2013-10-27 23:08:09-- http://toolbelt.heroku.com/install-ubuntu.sh | |
Resolving toolbelt.heroku.com... 54.243.76.97, 174.129.17.173, 23.21.198.2 | |
Connecting to toolbelt.heroku.com|54.243.76.97|:80... connected. | |
HTTP request sent, awaiting response... 301 Moved Permanently | |
Location: https://toolbelt.heroku.com/install-ubuntu.sh [following] | |
--2013-10-27 23:08:09-- https://toolbelt.heroku.com/install-ubuntu.sh | |
Connecting to toolbelt.heroku.com|54.243.76.97|:443... connected. | |
WARNING: certificate common name `www.heroku.com' doesn't match requested host name `toolbelt.heroku.com'. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 572 [text/plain] | |
Saving to: `install-ubuntu.sh' | |
100%[======================================>] 572 --.-K/s in 0s | |
2013-10-27 23:08:09 (151 MB/s) - `install-ubuntu.sh' saved [572/572] | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ chmod 775 install-ubuntu.sh | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ ./install-ubuntu.sh | |
This script requires superuser access to install apt packages. | |
You will be prompted for your password by sudo. | |
--2013-10-27 23:08:21-- https://toolbelt.heroku.com/apt/release.key | |
Resolving toolbelt.heroku.com... 23.21.198.2, 54.243.76.97, 174.129.17.173 | |
Connecting to toolbelt.heroku.com|23.21.198.2|:443... connected. | |
ERROR: certificate common name `www.heroku.com' doesn't match requested host name `toolbelt.heroku.com'. | |
To connect to toolbelt.heroku.com insecurely, use `--no-check-certificate'. | |
gpg: no valid OpenPGP data found. | |
Ign http://us-west-1.ec2.archive.ubuntu.com oneiric InRelease | |
Ign http://us-west-1.ec2.archive.ubuntu.com oneiric-updates InRelease | |
Get:1 http://us-west-1.ec2.archive.ubuntu.com oneiric Release.gpg [198 B] | |
Get:2 http://us-west-1.ec2.archive.ubuntu.com oneiric-updates Release.gpg [198 B] | |
Hit http://us-west-1.ec2.archive.ubuntu.com oneiric Release | |
Ign http://security.ubuntu.com oneiric-security InRelease | |
Get:3 http://us-west-1.ec2.archive.ubuntu.com oneiric-updates Release [40.8 kB] | |
Get:4 http://security.ubuntu.com oneiric-security Release.gpg [198 B] | |
Get:5 http://us-west-1.ec2.archive.ubuntu.com oneiric/main Sources [877 kB] | |
Get:6 http://security.ubuntu.com oneiric-security Release [40.8 kB] | |
Ign http://toolbelt.heroku.com ./ InRelease | |
Get:7 http://us-west-1.ec2.archive.ubuntu.com oneiric/universe Sources [4,677 kB] | |
Ign http://ppa.launchpad.net oneiric InRelease | |
Get:8 http://security.ubuntu.com oneiric-security/main Sources [69.1 kB] | |
Hit http://ppa.launchpad.net oneiric Release.gpg | |
Get:9 http://toolbelt.heroku.com ./ Release.gpg [490 B] | |
Hit http://ppa.launchpad.net oneiric Release | |
Get:10 http://security.ubuntu.com oneiric-security/universe Sources [29.4 kB] | |
Get:11 http://security.ubuntu.com oneiric-security/main i386 Packages [249 kB] | |
Hit http://ppa.launchpad.net oneiric/main Sources | |
Get:12 http://toolbelt.heroku.com ./ Release [1,673 B] | |
Ign http://toolbelt.heroku.com ./ Release | |
Hit http://ppa.launchpad.net oneiric/main i386 Packages | |
Ign http://ppa.launchpad.net oneiric/main TranslationIndex | |
Get:13 http://security.ubuntu.com oneiric-security/universe i386 Packages [71.4 kB] | |
Get:14 http://us-west-1.ec2.archive.ubuntu.com oneiric/main i386 Packages [1,226 kB] | |
Get:15 http://security.ubuntu.com oneiric-security/main TranslationIndex [74 B] | |
Get:16 http://security.ubuntu.com oneiric-security/universe TranslationIndex [73 B] | |
Get:17 http://security.ubuntu.com oneiric-security/main Translation-en [116 kB] | |
Get:18 http://us-west-1.ec2.archive.ubuntu.com oneiric/universe i386 Packages [4,468 kB] | |
Get:19 http://security.ubuntu.com oneiric-security/universe Translation-en [46.7 kB] | |
Get:20 http://us-west-1.ec2.archive.ubuntu.com oneiric/main TranslationIndex [3,289 B] | |
Get:21 http://us-west-1.ec2.archive.ubuntu.com oneiric/universe TranslationIndex [2,640 B] | |
Get:22 http://us-west-1.ec2.archive.ubuntu.com oneiric-updates/main Sources [180 kB] | |
Get:23 http://us-west-1.ec2.archive.ubuntu.com oneiric-updates/universe Sources [72.0 kB] | |
Get:24 http://us-west-1.ec2.archive.ubuntu.com oneiric-updates/main i386 Packages [440 kB] | |
Get:25 http://us-west-1.ec2.archive.ubuntu.com oneiric-updates/universe i386 Packages [152 kB] | |
Ign http://ppa.launchpad.net oneiric/main Translation-en_US | |
Get:26 http://us-west-1.ec2.archive.ubuntu.com oneiric-updates/main TranslationIndex [74 B] | |
Get:27 http://us-west-1.ec2.archive.ubuntu.com oneiric-updates/universe TranslationIndex [73 B] | |
Ign http://ppa.launchpad.net oneiric/main Translation-en | |
Get:28 http://us-west-1.ec2.archive.ubuntu.com oneiric/main Translation-en [701 kB] | |
Get:29 http://us-west-1.ec2.archive.ubuntu.com oneiric/universe Translation-en [3,165 kB] | |
Get:30 http://us-west-1.ec2.archive.ubuntu.com oneiric-updates/main Translation-en [209 kB] | |
Get:31 http://us-west-1.ec2.archive.ubuntu.com oneiric-updates/universe Translation-en [92.6 kB] | |
Get:32 http://toolbelt.heroku.com ./ Packages [1,040 B] | |
Ign http://toolbelt.heroku.com ./ Translation-en_US | |
Ign http://toolbelt.heroku.com ./ Translation-en | |
Fetched 16.9 MB in 14s (1,182 kB/s) | |
Reading package lists... Done | |
W: GPG error: http://toolbelt.heroku.com ./ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C927EBE00F1B0520 | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
foreman heroku libruby1.9.1 ruby1.9.1 | |
Suggested packages: | |
ruby1.9.1-examples ri1.9.1 graphviz ruby1.9.1-dev | |
The following NEW packages will be installed: | |
foreman heroku heroku-toolbelt libruby1.9.1 ruby1.9.1 | |
0 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. | |
Need to get 4,721 kB of archives. | |
After this operation, 15.5 MB of additional disk space will be used. | |
WARNING: The following packages cannot be authenticated! | |
foreman heroku heroku-toolbelt | |
E: There are problems and -y was used without --force-yes | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ sudo apt-get install -y --force-yes heroku-toolbelt | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
foreman heroku libruby1.9.1 ruby1.9.1 | |
Suggested packages: | |
ruby1.9.1-examples ri1.9.1 graphviz ruby1.9.1-dev | |
The following NEW packages will be installed: | |
foreman heroku heroku-toolbelt libruby1.9.1 ruby1.9.1 | |
0 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. | |
Need to get 4,721 kB of archives. | |
After this operation, 15.5 MB of additional disk space will be used. | |
WARNING: The following packages cannot be authenticated! | |
foreman heroku heroku-toolbelt | |
Get:1 http://us-west-1.ec2.archive.ubuntu.com/ubuntu/ oneiric/universe libruby1.9.1 i386 1.9.2.290-2 [3,929 kB] | |
Get:2 http://toolbelt.heroku.com/ubuntu/ ./ foreman 0.60.0 [89.5 kB] | |
Get:3 http://us-west-1.ec2.archive.ubuntu.com/ubuntu/ oneiric/universe ruby1.9.1 i386 1.9.2.290-2 [36.5 kB] | |
Get:4 http://toolbelt.heroku.com/ubuntu/ ./ heroku 3.0.1 [665 kB] | |
Get:5 http://toolbelt.heroku.com/ubuntu/ ./ heroku-toolbelt 3.0.1 [628 B] | |
Fetched 4,721 kB in 1s (3,296 kB/s) | |
Selecting previously deselected package libruby1.9.1. | |
(Reading database ... 50295 files and directories currently installed.) | |
Unpacking libruby1.9.1 (from .../libruby1.9.1_1.9.2.290-2_i386.deb) ... | |
Selecting previously deselected package ruby1.9.1. | |
Unpacking ruby1.9.1 (from .../ruby1.9.1_1.9.2.290-2_i386.deb) ... | |
Selecting previously deselected package foreman. | |
Unpacking foreman (from .../foreman_0.60.0_all.deb) ... | |
Selecting previously deselected package heroku. | |
Unpacking heroku (from .../archives/heroku_3.0.1_all.deb) ... | |
Selecting previously deselected package heroku-toolbelt. | |
Unpacking heroku-toolbelt (from .../heroku-toolbelt_3.0.1_all.deb) ... | |
Processing triggers for man-db ... | |
Setting up libruby1.9.1 (1.9.2.290-2) ... | |
Setting up ruby1.9.1 (1.9.2.290-2) ... | |
update-alternatives: using /usr/bin/gem1.9.1 to provide /usr/bin/gem (gem) in auto mode. | |
Setting up foreman (0.60.0) ... | |
Setting up heroku (3.0.1) ... | |
Setting up heroku-toolbelt (3.0.1) ... | |
Processing triggers for libc-bin ... | |
ldconfig deferred processing now taking place | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ ssh-keygen -t rsa | |
Generating public/private rsa key pair. | |
Enter file in which to save the key (/home/ubuntu/.ssh/id_rsa): | |
Enter passphrase (empty for no passphrase): | |
Enter same passphrase again: | |
.our identification has been saved in | |
.pub.public key has been saved in | |
The key fingerprint is: | |
75:f6:d3:c5:3b:33:4e:33:43:80:64:1d:86:1d:81:39 ubuntu@ip-10-200-133-240 | |
The key's randomart image is: | |
+--[ RSA 2048]----+ | |
| .oB*+ | | |
| .E.o.. | | |
| . + .o| | |
| . o ...o| | |
| S oX.| | |
| o.B| | |
| . | | |
| | | |
| | | |
+-----------------+ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ heroku login | |
Enter your Heroku credentials. | |
Email: [email protected] | |
Password: | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ heroku keys:add | |
Could not find an existing public key. | |
Would you like to generate one? [Yn] Y | |
Generating new SSH public key. | |
Uploading ssh public key /home/ubuntu/.ssh/id_rsa.pub | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ heroku create | |
Creating pacific-brushlands-4791... done, stack is cedar | |
http://pacific-brushlands-4791.herokuapp.com/ | [email protected]:pacific-brushlands-4791.git | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ git push heroku masterfatal: Not a git repository (or any of the parent directories): .git | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ git init | |
Initialized empty Git repository in /home/ubuntu/cs169.xAWS/hw2/rottenpotatoes/.git/ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ git status | |
# On branch master | |
# | |
# Initial commit | |
# | |
# Untracked files: | |
# (use "git add <file>..." to include in what will be committed) | |
# | |
# "\r" | |
# "\r.pub" | |
# Gemfile | |
# Gemfile.lock | |
# Rakefile | |
# app/ | |
# autotest/ | |
# config.ru | |
# config/ | |
# db/ | |
# install-ubuntu.sh | |
# lib/ | |
# log/ | |
# public/ | |
# script/ | |
# tmp/ | |
# vendor/ | |
nothing added to commit but untracked files present (use "git add" to track) | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ git add * | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ git commit -m "Initial Commit" | |
[master (root-commit) ee3863c] Initial Commit | |
Committer: Ubuntu <[email protected]> | |
Your name and email address were configured automatically based | |
on your username and hostname. Please check that they are accurate. | |
You can suppress this message by setting them explicitly: | |
git config --global user.name "Your Name" | |
git config --global user.email [email protected] | |
After doing this, you may fix the identity used for this commit with: | |
git commit --amend --reset-author | |
54 files changed, 1395 insertions(+), 0 deletions(-) | |
create mode 100644 "\r" | |
create mode 100644 "\r.pub" | |
create mode 100644 Gemfile | |
create mode 100644 Gemfile.lock | |
create mode 100644 Rakefile | |
create mode 100644 app/assets/images/rails.png | |
create mode 100644 app/assets/javascripts/application.js | |
create mode 100644 app/assets/stylesheets/application.css | |
create mode 100644 app/controllers/application_controller.rb | |
create mode 100644 app/controllers/movies_controller.rb | |
create mode 100644 app/helpers/application_helper.rb | |
create mode 100644 app/helpers/movies_helper.rb | |
create mode 100644 app/mailers/.gitkeep | |
create mode 100644 app/models/.gitkeep | |
create mode 100644 app/models/movie.rb | |
create mode 100644 app/views/layouts/application.html.haml | |
create mode 100644 app/views/movies/edit.html.haml | |
create mode 100644 app/views/movies/index.html.haml | |
create mode 100644 app/views/movies/new.html.haml | |
create mode 100644 app/views/movies/show.html.haml | |
create mode 100644 autotest/discover.rb | |
create mode 100644 config.ru | |
create mode 100644 config/application.rb | |
create mode 100644 config/boot.rb | |
create mode 100644 config/cucumber.yml | |
create mode 100644 config/database.yml | |
create mode 100644 config/environment.rb | |
create mode 100644 config/environments/development.rb | |
create mode 100644 config/environments/production.rb | |
create mode 100644 config/environments/test.rb | |
create mode 100644 config/initializers/backtrace_silencers.rb | |
create mode 100644 config/initializers/inflections.rb | |
create mode 100644 config/initializers/mime_types.rb | |
create mode 100644 config/initializers/secret_token.rb | |
create mode 100644 config/initializers/session_store.rb | |
create mode 100644 config/initializers/wrap_parameters.rb | |
create mode 100644 config/locales/en.yml | |
create mode 100644 config/routes.rb | |
create mode 100644 db/development.sqlite3 | |
create mode 100644 db/migrate/20111119180638_create_movies.rb | |
create mode 100644 db/schema.rb | |
create mode 100644 db/seeds.rb | |
create mode 100755 install-ubuntu.sh | |
create mode 100644 lib/assets/.gitkeep | |
create mode 100644 lib/tasks/.gitkeep | |
create mode 100644 lib/tasks/cucumber.rake | |
create mode 100644 log/development.log | |
create mode 100644 public/404.html | |
create mode 100644 public/422.html | |
create mode 100644 public/500.html | |
create mode 100644 public/favicon.ico | |
create mode 100644 public/images/rails.png | |
create mode 100644 public/index.html | |
create mode 100644 public/javascripts/.gitkeep | |
create mode 100644 public/javascripts/application.js | |
create mode 100644 public/robots.txt | |
create mode 100644 public/stylesheets/.gitkeep | |
create mode 100644 public/stylesheets/general.css | |
create mode 100755 script/cucumber | |
create mode 100755 script/rails | |
create mode 100644 tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016 | |
create mode 100644 tmp/cache/assets/E25/4C0/sprockets%2Fde2fd9fd11c04a582cdbbe3d84a35ae6 | |
create mode 100644 vendor/assets/stylesheets/.gitkeep | |
create mode 100644 vendor/plugins/.gitkeep | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ git push heroku masterfatal: 'heroku' does not appear to be a git repository | |
fatal: The remote end hung up unexpectedly | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ heroku create | |
Creating fierce-inlet-5079... done, stack is cedar | |
http://fierce-inlet-5079.herokuapp.com/ | [email protected]:fierce-inlet-5079.git | |
Git remote heroku added | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ git push heroku masterThe authenticity of host 'heroku.com (50.19.85.132)' can't be established. | |
RSA key fingerprint is 8b:48:5e:67:0e:c9:16:47:32:f2:87:0c:1f:c8:60:ad. | |
Are you sure you want to continue connecting (yes/no)? yes | |
Warning: Permanently added 'heroku.com,50.19.85.132' (RSA) to the list of known hosts. | |
Counting objects: 91, done. | |
Compressing objects: 100% (75/75), done. | |
Writing objects: 100% (91/91), 30.17 KiB, done. | |
Total 91 (delta 4), reused 0 (delta 0) | |
-----> Ruby/Rails app detected | |
-----> Using Ruby version: ruby-2.0.0 | |
-----> Installing dependencies using Bundler version 1.3.2 | |
New app detected loading default bundler cache | |
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment | |
Fetching gem metadata from http://rubygems.org/.......... | |
Fetching gem metadata from http://rubygems.org/.. | |
Using rake (10.1.0) | |
Using i18n (0.6.5) | |
Using multi_json (1.8.0) | |
Using activesupport (3.2.14) | |
Using builder (3.0.4) | |
Using activemodel (3.2.14) | |
Using erubis (2.7.0) | |
Using journey (1.0.4) | |
Using rack (1.4.5) | |
Using rack-cache (1.2) | |
Using rack-test (0.6.2) | |
Using hike (1.2.3) | |
Using tilt (1.4.1) | |
Using sprockets (2.2.2) | |
Using actionpack (3.2.14) | |
Using mime-types (1.25) | |
Using polyglot (0.3.3) | |
Using treetop (1.4.15) | |
Using mail (2.5.4) | |
Using actionmailer (3.2.14) | |
Using arel (3.0.2) | |
Using tzinfo (0.3.37) | |
Using activerecord (3.2.14) | |
Using activeresource (3.2.14) | |
Using coffee-script-source (1.6.3) | |
Installing execjs (2.0.2) | |
Using coffee-script (2.2.0) | |
Using rack-ssl (1.3.3) | |
Using json (1.8.0) | |
Using rdoc (3.12.2) | |
Using thor (0.18.1) | |
Using railties (3.2.14) | |
Using coffee-rails (3.2.2) | |
Installing haml (4.0.3) | |
Using jquery-rails (3.0.4) | |
Installing libv8 (3.16.14.3) | |
Using pg (0.17.0) | |
Using bundler (1.3.2) | |
Using rails (3.2.14) | |
Installing ref (1.0.5) | |
Installing sass (3.2.11) | |
Using sass-rails (3.2.6) | |
Installing therubyracer (0.12.0) | |
Using uglifier (2.2.1) | |
Your bundle is complete! It was installed into ./vendor/bundle | |
Post-install message from haml: | |
HEADS UP! Haml 4.0 has many improvements, but also has changes that may break | |
your application: | |
* Support for Ruby 1.8.6 dropped | |
* Support for Rails 2 dropped | |
* Sass filter now always outputs <style> tags | |
* Data attributes are now hyphenated, not underscored | |
* html2haml utility moved to the html2haml gem | |
* Textile and Maruku filters moved to the haml-contrib gem | |
For more info see: | |
http://rubydoc.info/github/haml/haml/file/CHANGELOG.md | |
Bundle completed (110.96s) | |
Cleaning up the bundler cache. | |
Removing activerecord (4.0.0) | |
Removing sdoc (0.3.20) | |
Removing activemodel (4.0.0) | |
Removing sass-rails (4.0.0) | |
Removing rails (4.0.0) | |
Removing activesupport (4.0.0) | |
Removing thread_safe (0.1.3) | |
Removing coffee-rails (4.0.0) | |
Removing sprockets-rails (2.0.0) | |
Removing actionpack (4.0.0) | |
Removing rack (1.5.2) | |
Removing bcrypt-ruby (3.0.1) | |
Removing activerecord-deprecated_finders (1.0.3) | |
Removing jbuilder (1.5.1) | |
Removing builder (3.1.4) | |
Removing nokogiri (1.6.0) | |
Removing kgio (2.8.1) | |
Removing rails_stdout_logging (0.0.2) | |
Removing mini_portile (0.5.1) | |
Removing rails_serve_static_assets (0.0.1) | |
Removing raindrops (0.12.0) | |
Removing atomic (1.1.14) | |
Removing rails_12factor (0.0.2) | |
Removing arel (4.0.0) | |
Removing turbolinks (1.3.0) | |
Removing minitest (4.7.5) | |
Removing unicorn (4.6.3) | |
Removing pg (0.16.0) | |
Removing railties (4.0.0) | |
Removing sprockets (2.10.0) | |
Removing puma (2.6.0) | |
Removing execjs (2.0.1) | |
Removing sass (3.2.10) | |
Removing actionmailer (4.0.0) | |
-----> Writing config/database.yml to read from DATABASE_URL | |
-----> Preparing app for Rails asset pipeline | |
Running: rake assets:precompile | |
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/Rakefile:7) | |
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/Rakefile:7) | |
rake aborted! | |
could not connect to server: Connection refused | |
Is the server running on host "127.0.0.1" and accepting | |
TCP/IP connections on port 5432? | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/postgresql_adapter.rb:1222:in `initialize' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/postgresql_adapter.rb:1222:in `new' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/postgresql_adapter.rb:1222:in `connect' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/postgresql_adapter.rb:324:in `initialize' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/postgresql_adapter.rb:28:in `new' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/postgresql_adapter.rb:28:in `postgresql_connection' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:315:in `new_connection' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:325:in `checkout_new_connection' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:247:in `block (2 levels) in checkout' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `loop' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `block in checkout' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:239:in `checkout' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:102:in `block in connection' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:101:in `connection' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/model_schema.rb:310:in `clear_cache!' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.14/lib/active_record/railtie.rb:103:in `block (2 levels) in <class:Railtie>' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:418:in `_run__2356585921602299495__prepare__3517259578384816583__callbacks' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `__run_callback' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:385:in `_run_prepare_callbacks' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:81:in `run_callbacks' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/reloader.rb:74:in `prepare!' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/reloader.rb:48:in `prepare!' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/application/finisher.rb:47:in `block in <module:Finisher>' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/initializable.rb:30:in `instance_exec' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/initializable.rb:30:in `run' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/initializable.rb:55:in `block in run_initializers' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/initializable.rb:54:in `each' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/initializable.rb:54:in `run_initializers' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/application.rb:136:in `initialize!' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/railtie/configurable.rb:30:in `method_missing' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/config/environment.rb:5:in `<top (required)>' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.14/lib/active_support/dependencies.rb:251:in `require' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.14/lib/active_support/dependencies.rb:251:in `block in require' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.14/lib/active_support/dependencies.rb:236:in `load_dependency' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.14/lib/active_support/dependencies.rb:251:in `require' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/application.rb:103:in `require_environment!' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/application.rb:305:in `block (2 levels) in initialize_tasks' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.14/lib/sprockets/assets.rake:93:in `block (2 levels) in <top (required)>' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.14/lib/sprockets/assets.rake:60:in `block (3 levels) in <top (required)>' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.14/lib/sprockets/assets.rake:23:in `invoke_or_reboot_rake_task' | |
/tmp/build_2adc0501-9abe-496a-84da-4c2d17221037/vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.14/lib/sprockets/assets.rake:29:in `block (2 levels) in <top (required)>' | |
Tasks: TOP => environment | |
(See full trace by running task with --trace) | |
Precompiling assets failed, enabling runtime asset compilation | |
Please see this article for troubleshooting help: | |
http://devcenter.heroku.com/articles/rails31_heroku_cedar#troubleshooting | |
-----> WARNINGS: | |
Injecting plugin 'rails_log_stdout' | |
Injecting plugin 'rails3_serve_static_assets' | |
Add 'rails_12factor' gem to your Gemfile to skip plugin injection | |
You have not declared a Ruby version in your Gemfile. | |
To set your Ruby version add this line to your Gemfile: | |
ruby '2.0.0' | |
# See https://devcenter.heroku.com/articles/ruby-versions for more information. | |
-----> DEPRECATIONS: | |
Runtime asset compilation is being removed on Sep. 18, 2013. | |
Builds will soon fail if assets fail to compile. | |
-----> Discovering process types | |
Procfile declares types -> (none) | |
Default types for Ruby/Rails -> console, rake, web, worker | |
-----> Compiled slug size: 43.8MB | |
-----> Launching... done, v5 | |
http://fierce-inlet-5079.herokuapp.com deployed to Heroku | |
To [email protected]:fierce-inlet-5079.git | |
* [new branch] master -> master | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ heroku run rake db:mig | |
rate | |
Running rake db:migrate attached to terminal... up, run.7549 | |
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support | |
for these plugins will be removed in Rails 4.0. Move them out and bundle them i | |
n your Gemfile, or fold them in to your app as lib/myplugin/* and config/initial | |
izers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonr | |
ails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required | |
)> at /app/Rakefile:7) | |
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support | |
for these plugins will be removed in Rails 4.0. Move them out and bundle them i | |
n your Gemfile, or fold them in to your app as lib/myplugin/* and config/initial | |
izers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonr | |
ails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required | |
)> at /app/Rakefile:7) | |
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support | |
for these plugins will be removed in Rails 4.0. Move them out and bundle them i | |
n your Gemfile, or fold them in to your app as lib/myplugin/* and config/initial | |
izers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonr | |
ails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required | |
)> at /app/Rakefile:7) | |
== CreateMovies: migrating =================================================== | |
-- create_table(:movies) | |
NOTICE: CREATE TABLE will create implicit sequence "movies_id_seq" for serial c | |
olumn "movies.id" | |
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "movies_pkey" for | |
table "movies" | |
-> 0.1757s | |
== CreateMovies: migrated (0.1759s) ========================================== | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ heroku run rake db:see | |
d | |
Running rake db:seed attached to terminal... up, run.9232 | |
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support | |
for these plugins will be removed in Rails 4.0. Move them out and bundle them i | |
n your Gemfile, or fold them in to your app as lib/myplugin/* and config/initial | |
izers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonr | |
ails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required | |
)> at /app/Rakefile:7) | |
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support | |
for these plugins will be removed in Rails 4.0. Move them out and bundle them i | |
n your Gemfile, or fold them in to your app as lib/myplugin/* and config/initial | |
izers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonr | |
ails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required | |
)> at /app/Rakefile:7) | |
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support | |
for these plugins will be removed in Rails 4.0. Move them out and bundle them i | |
n your Gemfile, or fold them in to your app as lib/myplugin/* and config/initial | |
izers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonr | |
ails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required | |
)> at /app/Rakefile:7) | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ | |
ubuntu@ip-10-200-133-240:~/cs169.xAWS/hw2/rottenpotatoes$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment