Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.
My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
tomc@LDT:~$ browsercms demo tomc create create README.rdoc create Rakefile create config.ru create .gitignore create Gemfile create app create app/assets/images/rails.png create app/assets/javascripts/application.js create app/assets/stylesheets/application.css create app/controllers/application_controller.rb create app/helpers/application_helper.rb create app/views/layouts/application.html.erb create app/mailers/.gitkeep create app/models/.gitkeep create config create config/routes.rb create config/application.rb create config/environment.rb create config/environments create config/environments/development.rb create config/environments/production.rb create config/environments/test.rb create config/initializers create config/initializers/backtrace_silencers.rb create config/initializers/inflections.rb create config/initializers/mime_types.rb create config/initializers/secret_token.rb create config/initializers/session_store.rb create config/initializers/wrap_parameters.rb create config/locales create config/locales/en.yml create config/boot.rb create config/database.yml create db create db/seeds.rb create doc create doc/README_FOR_APP create lib create lib/tasks create lib/tasks/.gitkeep create lib/assets create lib/assets/.gitkeep create log create log/.gitkeep create public create public/404.html create public/422.html create public/500.html create public/favicon.ico create public/index.html create public/robots.txt create script create script/rails create test/fixtures create test/fixtures/.gitkeep create test/functional create test/functional/.gitkeep create test/integration create test/integration/.gitkeep create test/unit create test/unit/.gitkeep create test/performance/browsing_test.rb create test/test_helper.rb create tmp/cache create tmp/cache/assets create vendor/assets/javascripts create vendor/assets/javascripts/.gitkeep create vendor/assets/stylesheets create vendor/assets/stylesheets/.gitkeep create vendor/plugins create vendor/plugins/.gitkeep remove public/index.html gemfile browsercms (3.5.4) run bundle install from "./tomc" Fetching gem metadata from https://rubygems.org/........... Fetching gem metadata from https://rubygems.org/.. Using rake (10.0.3) Using i18n (0.6.1) Using multi_json (1.5.0) Using activesupport (3.2.11) Using builder (3.0.4) Using activemodel (3.2.11) Using erubis (2.7.0) Using journey (1.0.4) Using rack (1.4.4) Using rack-cache (1.2) Using rack-test (0.6.2) Using hike (1.2.1) Using tilt (1.3.3) Using sprockets (2.2.2) Using actionpack (3.2.11) Using mime-types (1.19) Using polyglot (0.3.3) Using treetop (1.4.12) Using mail (2.4.4) Using actionmailer (3.2.11) Using arel (3.0.2) Using tzinfo (0.3.35) Using activerecord (3.2.11) Using activeresource (3.2.11) Using ancestry (1.2.5) Using rack-ssl (1.3.3) Using json (1.7.6) Using rdoc (3.12) Using thor (0.17.0) Using railties (3.2.11) Using ckeditor_rails (3.6.4.1) Using jquery-rails (2.2.0) Using climate_control (0.0.3) Using cocaine (0.5.1) Using paperclip (3.0.4) Using bundler (1.1.0) Using rails (3.2.11) Using sass (3.2.5) Using sass-rails (3.2.6) Using term-ansicolor (1.0.7) Using browsercms (3.5.4) Using coffee-script-source (1.4.0) Using execjs (1.4.0) Using coffee-script (2.2.0) Using coffee-rails (3.2.2) Using sqlite3 (1.3.7) Using uglifier (1.3.0) Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. rake cms:install:migrations rake aborted! Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/execjs-1.4.0/lib/execjs/runtimes.rb:51:in `autodetect' /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/execjs-1.4.0/lib/execjs.rb:5:in `<module:ExecJS>' /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/execjs-1.4.0/lib/execjs.rb:4:in `<top (required)>' /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/coffee-script-2.2.0/lib/coffee_script.rb:1:in `require' /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/coffee-script-2.2.0/lib/coffee_script.rb:1:in `<top (required)>' /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/coffee-script-2.2.0/lib/coffee-script.rb:1:in `require' /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/coffee-script-2.2.0/lib/coffee-script.rb:1:in `<top (required)>' /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/coffee-rails-3.2.2/lib/coffee-rails.rb:1:in `require' /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/coffee-rails-3.2.2/lib/coffee-rails.rb:1:in `<top (required)>' /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/bundler-1.1.0/lib/bundler/runtime.rb:68:in `require' /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/bundler-1.1.0/lib/bundler/runtime.rb:68:in `block (2 levels) in require' /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/bundler-1.1.0/lib/bundler/runtime.rb:66:in `each' /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/bundler-1.1.0/lib/bundler/runtime.rb:66:in `block in require' /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/bundler-1.1.0/lib/bundler/runtime.rb:55:in `each' /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/bundler-1.1.0/lib/bundler/runtime.rb:55:in `require' /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/bundler-1.1.0/lib/bundler.rb:118:in `require' /home/tomc/tomc/config/application.rb:7:in `<top (required)>' /home/tomc/tomc/Rakefile:5:in `<top (required)>' (See full trace by running task with --trace) create db/browsercms.seeds.rb append db/seeds.rb insert config/routes.rb initializer browsercms.rb gsub config/environments/production.rb initializer browsercms.rb generate cms:template /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/execjs-1.4.0/lib/execjs/runtimes.rb:51:in `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable) from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/execjs-1.4.0/lib/execjs.rb:5:in `<module:ExecJS>' from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/execjs-1.4.0/lib/execjs.rb:4:in `<top (required)>' from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/coffee-script-2.2.0/lib/coffee_script.rb:1:in `require' from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/coffee-script-2.2.0/lib/coffee_script.rb:1:in `<top (required)>' from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/coffee-script-2.2.0/lib/coffee-script.rb:1:in `require' from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/coffee-script-2.2.0/lib/coffee-script.rb:1:in `<top (required)>' from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/coffee-rails-3.2.2/lib/coffee-rails.rb:1:in `require' from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/coffee-rails-3.2.2/lib/coffee-rails.rb:1:in `<top (required)>' from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/bundler-1.1.0/lib/bundler/runtime.rb:68:in `require' from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/bundler-1.1.0/lib/bundler/runtime.rb:68:in `block (2 levels) in require' from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/bundler-1.1.0/lib/bundler/runtime.rb:66:in `each' from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/bundler-1.1.0/lib/bundler/runtime.rb:66:in `block in require' from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/bundler-1.1.0/lib/bundler/runtime.rb:55:in `each' from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/bundler-1.1.0/lib/bundler/runtime.rb:55:in `require' from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/bundler-1.1.0/lib/bundler.rb:118:in `require' from /home/tomc/tomc/config/application.rb:7:in `<top (required)>' from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.11/lib/rails/commands.rb:24:in `require' from /home/tomc/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.11/lib/rails/commands.rb:24:in `<top (required)>' from script/rails:6:in `require' from script/rails:6:in `<main>' create public/themes/blue_steel/images/logo.jpg create public/themes/blue_steel/images/splash.jpg create public/themes/blue_steel/stylesheets/style.css create lib/tasks/demo_site.rake create db/demo_site_seeds.rb Created new BrowserCMS project 'tomc'. To get started, type 'cd tomc' then type 'rake db:install' then type 'rails server' and open your browser to 'http://localhost:3000'. tomc@LDT:~$ |
With great power comes great responsibility.
Pastie wisely.
Legal
Created by
Josh Goebel
Monitored by
CopperEgg and
New Relic