sts10 / radiation

A simple blog CMS for totallynuclear.club pages.
MIT License
16 stars 3 forks source link

new in v0.20: kernel_require.rb:55:in `require': cannot load such file #4

Closed ianremsen closed 9 years ago

ianremsen commented 9 years ago

full error for me, I did a fresh install

[ianremsen@totallynuclear radiation]$ ruby bin/runner.rb /usr/share/ruby/vendor_ruby/2.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- tzinfo (LoadError) from /usr/share/ruby/vendor_ruby/2.0/rubygems/core_ext/kernel_require.rb:55:inrequire' from /home/ianremsen/radiation/config/environment.rb:3:in <top (required)>' from bin/runner.rb:2:inrequire_relative' from bin/runner.rb:2:in `

'

sts10 commented 9 years ago

Thanks for flagging. During the installation process, were you asked "Would you like to setup Radiation now? (y/n)"

ianremsen commented 9 years ago

I never got to that prompt, no

sts10 commented 9 years ago

so try running gem install tzinfo from anywhere in your totally nuclear box.

ianremsen commented 9 years ago

that went and fixed it! thanks!

sts10 commented 9 years ago

Thanks for the heads up. I've change the installation instructions to include this step. My bad!