Created
November 2, 2012 12:59
-
-
Save robheittman/4001253 to your computer and use it in GitHub Desktop.
Redlist startup on my machine
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
Macintosh-2:iucnredlistwebsite robheittman$ rvm gemset create redlist | |
'redlist' gemset created (/Users/robheittman/.rvm/gems/ruby-1.9.3-p125@redlist). | |
Macintosh-2:iucnredlistwebsite robheittman$ rvm gemset use redlist | |
Using /Users/robheittman/.rvm/gems/ruby-1.9.3-p125 with gemset redlist | |
Macintosh-2:iucnredlistwebsite robheittman$ gem install bundler | |
Fetching: bundler-1.2.1.gem (100%) | |
Successfully installed bundler-1.2.1 | |
1 gem installed | |
Installing ri documentation for bundler-1.2.1... | |
Installing RDoc documentation for bundler-1.2.1... | |
Macintosh-2:iucnredlistwebsite robheittman$ bundle install | |
Fetching gem metadata from https://rubygems.org/...... | |
Fetching gem metadata from https://rubygems.org/.. | |
Fetching git://github.com/rails/prototype_legacy_helper.git | |
remote: Counting objects: 87, done. | |
remote: Compressing objects: 100% (59/59), done. | |
remote: Total 87 (delta 20), reused 83 (delta 18) | |
Receiving objects: 100% (87/87), 22.25 KiB, done. | |
Resolving deltas: 100% (20/20), done. | |
Using rake (0.9.2.2) | |
Installing i18n (0.6.0) | |
Installing multi_json (1.3.6) | |
Installing activesupport (3.2.3) | |
Installing builder (3.0.0) | |
Installing activemodel (3.2.3) | |
Installing erubis (2.7.0) | |
Installing journey (1.0.4) | |
Installing rack (1.4.1) | |
Installing rack-cache (1.2) | |
Installing rack-test (0.6.1) | |
Installing hike (1.2.1) | |
Installing tilt (1.3.3) | |
Installing sprockets (2.1.3) | |
Installing actionpack (3.2.3) | |
Installing mime-types (1.19) | |
Installing polyglot (0.3.3) | |
Installing treetop (1.4.10) | |
Installing mail (2.4.4) | |
Installing actionmailer (3.2.3) | |
Installing arel (3.0.2) | |
Installing tzinfo (0.3.33) | |
Installing activerecord (3.2.3) | |
Installing activeresource (3.2.3) | |
Using bundler (1.2.1) | |
Installing rack-ssl (1.3.2) | |
Installing json (1.7.3) with native extensions | |
Installing rdoc (3.12) | |
Installing thor (0.14.6) | |
Installing railties (3.2.3) | |
Installing rails (3.2.3) | |
Installing appygram-rails (0.9.5) | |
Installing multi_xml (0.4.2) | |
Installing httparty (0.8.1) | |
Installing nokogiri (1.5.5) with native extensions | |
Installing uuidtools (2.1.2) | |
Installing aws-sdk (1.6.3) | |
Installing bcrypt-ruby (3.0.1) with native extensions | |
Installing highline (1.6.13) | |
Installing net-ssh (2.5.2) | |
Installing net-scp (1.0.4) | |
Installing net-sftp (2.0.5) | |
Installing net-ssh-gateway (1.1.0) | |
Installing capistrano (2.12.0) | |
Installing capistrano-unicorn (0.1.6) | |
Installing dalli (2.1.0) | |
Installing ffi (1.0.11) with native extensions | |
Installing typhoeus (0.4.2) | |
Installing cloud_assets (0.0.12) | |
Installing coffee-script-source (1.3.3) | |
Installing execjs (1.4.0) | |
Installing coffee-script (2.2.0) | |
Installing coffee-rails (3.2.2) | |
Installing country-select (1.1.1) | |
Installing daemons (1.1.8) | |
Installing orm_adapter (0.4.0) | |
Installing warden (1.2.1) | |
Installing devise (2.1.2) | |
Installing eventmachine (0.12.10) with native extensions | |
Installing formtastic (2.2.1) | |
Installing haml (3.1.6) | |
Installing kgio (2.7.4) with native extensions | |
Installing pg (0.14.0) with native extensions | |
Installing prototype-rails (3.2.1) | |
Using prototype_legacy_helper (0.0.0) from git://github.com/rails/prototype_legacy_helper.git (at master) | |
Installing raindrops (0.10.0) with native extensions | |
Installing rubyzip (0.9.9) | |
Installing rvm-capistrano (1.2.3) | |
Installing sass (3.1.20) | |
Installing sass-rails (3.2.5) | |
Installing temple (0.4.0) | |
Installing slim (1.2.2) | |
Installing thin (1.4.1) with native extensions | |
Installing uglifier (1.2.6) | |
Installing unicorn (4.3.1) with native extensions | |
Installing will_paginate (3.0.3) | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
Post-install message from rdoc: | |
Depending on your version of ruby, you may need to install ruby rdoc/ri data: | |
<= 1.8.6 : unsupported | |
= 1.8.7 : gem install rdoc-data; rdoc-data --install | |
= 1.9.1 : gem install rdoc-data; rdoc-data --install | |
>= 1.9.2 : nothing to do! Yay! | |
Post-install message from httparty: | |
When you HTTParty, you must party hard! | |
Macintosh-2:iucnredlistwebsite robheittman$ export DATABASE_NAME=rl2012_2 | |
Macintosh-2:iucnredlistwebsite robheittman$ rails s | |
=> Booting Thin | |
=> Rails 3.2.3 application starting in development on http://0.0.0.0:3000 | |
=> Call with -d to detach | |
=> Ctrl-C to shutdown server | |
>> Thin web server (v1.4.1 codename Chromeo) | |
>> Maximum connections set to 1024 | |
>> Listening on 0.0.0.0:3000, CTRL+C to stop | |
Started GET "/" for 127.0.0.1 at 2012-11-02 08:58:30 -0400 | |
Processing by WelcomeController#index as HTML | |
Rendered welcome/index.html.slim within layouts/application (14.3ms) | |
Rendered layouts/_login_links.html.slim (54.9ms) | |
Compiled prototype.js (2ms) (pid 56742) | |
Compiled prototype_ujs.js (0ms) (pid 56742) | |
Compiled effects.js (0ms) (pid 56742) | |
Compiled dragdrop.js (0ms) (pid 56742) | |
Compiled controls.js (0ms) (pid 56742) | |
Compiled application.js (626ms) (pid 56742) | |
Rendered layouts/_headers.html.slim (1298.5ms) | |
Completed 200 OK in 5496ms (Views: 5249.9ms | ActiveRecord: 245.4ms) | |
Started GET "/images/common/icons/search.gif" for 127.0.0.1 at 2012-11-02 08:58:36 -0400 | |
Processing by CloudAssetsController#content as GIF | |
Parameters: {"url"=>"images/common/icons/search"} | |
Rendered text template (0.0ms) | |
Sent data (67.7ms) | |
Completed 200 OK in 212ms (Views: 67.5ms | ActiveRecord: 0.0ms) | |
Started GET "/javascripts/home/gallery.js" for 127.0.0.1 at 2012-11-02 08:58:36 -0400 | |
Processing by CloudAssetsController#content as JS | |
Parameters: {"url"=>"javascripts/home/gallery"} | |
Rendered text template (0.0ms) | |
Sent data (0.8ms) | |
Completed 200 OK in 259ms (Views: 0.6ms | ActiveRecord: 0.0ms) | |
Started GET "/assets/controls.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:36 -0400 | |
Served asset /controls.js - 304 Not Modified (3ms) | |
Started GET "/assets/dragdrop.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:36 -0400 | |
Served asset /dragdrop.js - 304 Not Modified (2ms) | |
Started GET "/assets/effects.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:36 -0400 | |
Served asset /effects.js - 304 Not Modified (2ms) | |
Started GET "/assets/prototype_ujs.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:36 -0400 | |
Served asset /prototype_ujs.js - 304 Not Modified (2ms) | |
Started GET "/assets/welcome.css?body=1" for 127.0.0.1 at 2012-11-02 08:58:36 -0400 | |
Served asset /welcome.css - 304 Not Modified (1ms) | |
Started GET "/assets/prototype.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:36 -0400 | |
Served asset /prototype.js - 304 Not Modified (2ms) | |
Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2012-11-02 08:58:36 -0400 | |
Served asset /users.css - 200 OK (2ms) | |
Started GET "/assets/summary_statistics.css?body=1" for 127.0.0.1 at 2012-11-02 08:58:36 -0400 | |
Served asset /summary_statistics.css - 304 Not Modified (2ms) | |
Started GET "/assets/download_spatial_data.css?body=1" for 127.0.0.1 at 2012-11-02 08:58:36 -0400 | |
Served asset /download_spatial_data.css - 304 Not Modified (2ms) | |
Started GET "/assets/data_request_forms.css?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /data_request_forms.css - 304 Not Modified (2ms) | |
Started GET "/assets/_legacy_0_showhide.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /_legacy_0_showhide.js - 304 Not Modified (2ms) | |
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /application.js - 200 OK (23ms) | |
Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /lightbox.js - 304 Not Modified (2ms) | |
Started GET "/assets/welcome.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /welcome.js - 200 OK (3ms) | |
Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /users.js - 200 OK (1ms) | |
Started GET "/assets/summary_statistics.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /summary_statistics.js - 304 Not Modified (1ms) | |
Started GET "/assets/data_request_forms.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /data_request_forms.js - 304 Not Modified (1ms) | |
Started GET "/assets/download_spatial_data.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /download_spatial_data.js - 304 Not Modified (3ms) | |
Started GET "/assets/dfp.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /dfp.js - 304 Not Modified (1ms) | |
Started GET "/assets/_legacy_5_dhtmlxcommon.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /_legacy_5_dhtmlxcommon.js - 304 Not Modified (1ms) | |
Started GET "/assets/_legacy_7_regions.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /_legacy_7_regions.js - 304 Not Modified (1ms) | |
Started GET "/assets/builder.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /builder.js - 304 Not Modified (3ms) | |
Started GET "/assets/_legacy_6_dhtmlxtree.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /_legacy_6_dhtmlxtree.js - 304 Not Modified (1ms) | |
Started GET "/assets/_legacy_4_tree_results.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /_legacy_4_tree_results.js - 304 Not Modified (1ms) | |
Started GET "/assets/_legacy_3_results.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /_legacy_3_results.js - 304 Not Modified (1ms) | |
Started GET "/assets/_legacy_2_common.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /_legacy_2_common.js - 304 Not Modified (2ms) | |
Started GET "/assets/_legacy_1_misc.js?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /_legacy_1_misc.js - 304 Not Modified (2ms) | |
Started GET "/assets/_legacy_5_lightbox.css?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /_legacy_5_lightbox.css - 304 Not Modified (2ms) | |
Started GET "/assets/_legacy_4_dhtmlxtree.css?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /_legacy_4_dhtmlxtree.css - 304 Not Modified (2ms) | |
Started GET "/assets/_legacy_3_results.css?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /_legacy_3_results.css - 304 Not Modified (1ms) | |
Started GET "/assets/_legacy_2_misc.css?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /_legacy_2_misc.css - 304 Not Modified (2ms) | |
Started GET "/assets/_legacy_1_tabbed_pages.css?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /_legacy_1_tabbed_pages.css - 304 Not Modified (2ms) | |
Started GET "/assets/_legacy_0_redlist.css?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /_legacy_0_redlist.css - 304 Not Modified (2ms) | |
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Served asset /application.css - 304 Not Modified (13ms) | |
Started GET "/images/common/icons/tr_dark.gif" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Processing by CloudAssetsController#content as GIF | |
Parameters: {"url"=>"images/common/icons/tr_dark"} | |
Rendered text template (0.0ms) | |
Sent data (0.9ms) | |
Completed 200 OK in 134ms (Views: 0.7ms | ActiveRecord: 0.0ms) | |
Started GET "/images/common/icons/tl_dark.gif" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Processing by CloudAssetsController#content as GIF | |
Parameters: {"url"=>"images/common/icons/tl_dark"} | |
Rendered text template (0.0ms) | |
Sent data (0.6ms) | |
Completed 200 OK in 134ms (Views: 0.5ms | ActiveRecord: 0.0ms) | |
Started GET "/images/common/icons/br_dark.gif" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Processing by CloudAssetsController#content as GIF | |
Parameters: {"url"=>"images/common/icons/br_dark"} | |
Rendered text template (0.0ms) | |
Sent data (0.5ms) | |
Completed 200 OK in 133ms (Views: 0.4ms | ActiveRecord: 0.0ms) | |
Started GET "/images/common/icons/bl_dark.gif" for 127.0.0.1 at 2012-11-02 08:58:37 -0400 | |
Processing by CloudAssetsController#content as GIF | |
Parameters: {"url"=>"images/common/icons/bl_dark"} | |
Rendered text template (0.0ms) | |
Sent data (0.7ms) | |
Completed 200 OK in 134ms (Views: 0.6ms | ActiveRecord: 0.0ms) | |
Started GET "/images/common/icons/foursquare.gif" for 127.0.0.1 at 2012-11-02 08:58:38 -0400 | |
Processing by CloudAssetsController#content as GIF | |
Parameters: {"url"=>"images/common/icons/foursquare"} | |
Rendered text template (0.0ms) | |
Sent data (0.5ms) | |
Completed 200 OK in 152ms (Views: 0.4ms | ActiveRecord: 0.0ms) | |
Started GET "/images/common/icons/bg_redbar_vert.gif" for 127.0.0.1 at 2012-11-02 08:58:38 -0400 | |
Processing by CloudAssetsController#content as GIF | |
Parameters: {"url"=>"images/common/icons/bg_redbar_vert"} | |
Rendered text template (0.0ms) | |
Sent data (0.5ms) | |
Completed 200 OK in 143ms (Views: 0.4ms | ActiveRecord: 0.0ms) | |
Started GET "/images/common/spinner.gif" for 127.0.0.1 at 2012-11-02 08:58:38 -0400 | |
Processing by CloudAssetsController#content as GIF | |
Parameters: {"url"=>"images/common/spinner"} | |
Rendered text template (0.0ms) | |
Sent data (0.5ms) | |
Completed 200 OK in 165ms (Views: 0.4ms | ActiveRecord: 0.0ms) | |
Started GET "/images/home/gal_border.gif" for 127.0.0.1 at 2012-11-02 08:58:38 -0400 | |
Processing by CloudAssetsController#content as GIF | |
Parameters: {"url"=>"images/home/gal_border"} | |
Rendered text template (0.0ms) | |
Sent data (0.6ms) | |
Completed 200 OK in 155ms (Views: 0.4ms | ActiveRecord: 0.0ms) | |
Started GET "/images/common/feature_bgright.gif" for 127.0.0.1 at 2012-11-02 08:58:38 -0400 | |
Processing by CloudAssetsController#content as GIF | |
Parameters: {"url"=>"images/common/feature_bgright"} | |
Rendered text template (0.0ms) | |
Sent data (0.5ms) | |
Completed 200 OK in 133ms (Views: 0.4ms | ActiveRecord: 0.0ms) | |
Started GET "/images/common/feature_bgleft.gif" for 127.0.0.1 at 2012-11-02 08:58:38 -0400 | |
Processing by CloudAssetsController#content as GIF | |
Parameters: {"url"=>"images/common/feature_bgleft"} | |
Rendered text template (0.0ms) | |
Sent data (0.5ms) | |
Completed 200 OK in 135ms (Views: 0.4ms | ActiveRecord: 0.0ms) | |
Started GET "/images/lightbox/closelabel.gif" for 127.0.0.1 at 2012-11-02 08:58:39 -0400 | |
Processing by CloudAssetsController#content as GIF | |
Parameters: {"url"=>"images/lightbox/closelabel"} | |
Rendered text template (0.0ms) | |
Sent data (0.6ms) | |
Completed 200 OK in 142ms (Views: 0.5ms | ActiveRecord: 0.0ms) | |
Started GET "/images/common/icons/foursquare_bl.gif" for 127.0.0.1 at 2012-11-02 08:58:40 -0400 | |
Processing by CloudAssetsController#content as GIF | |
Parameters: {"url"=>"images/common/icons/foursquare_bl"} | |
Rendered text template (0.0ms) | |
Sent data (0.5ms) | |
Completed 200 OK in 132ms (Views: 0.4ms | ActiveRecord: 0.0ms) | |
^C>> Stopping ... | |
Exiting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment