rake RAILS_ENV=production db:migrate
It fails with the following error:
puppet-dashboard]# rake RAILS_ENV=production db:migrate (in /root/puppet-dashboard)
rake aborted!
undefined method `requirement' for #<Rails::GemDependency:0x2b090eec7ab0>
More information would be great:
OS
ruby version
rubygems version
gem list
Thanks
stahnma
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To post to this group, send email to puppet...@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
OS
ruby version
rubygems version
gem list
Dashboard isn't supported (and doesn't really work) on Ruby 1.8.5.
1.8.7 is the minimum requirement. Can you try EL6?
>
>>
>> rubygems version
>
> 1.3.1
>
>>
>> gem list
>>
>>
> *** LOCAL GEMS ***
>
> actionmailer (2.1.1)
> actionpack (2.1.1)
> activerecord (2.1.1)
> activeresource (2.1.1)
> activesupport (2.1.1)
> dashboard (0.0.0)
> facter (1.6.3, 1.6.2, 1.6.1)
> libdir (1.3.1)
> puppet (2.7.9, 2.7.6, 2.7.4)
> rails (2.1.1)
> rake (0.8.7)
>
>
>
> --
> Peter L. Berghold
> Owner, Shark River Technical Solutions LLC
>
Dashboard isn't supported (and doesn't really work) on Ruby 1.8.5.
1.8.7 is the minimum requirement. Can you try EL6?
Which docs? I swear we've had this updated. 1.8.7 will work. You
can use REE or something from http://centos.karan.org/el5/ruby187/.
http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html#installing-puppet-dashboard
that says 1.8.7.
>
> so... I gotta get 1.8.7 on the box? EL6 is not an option at this point as
> this is not a new box and does more than just puppet...
>
>
>
> --
> Peter L. Berghold
> Owner, Shark River Technical Solutions LLC
>
> Which docs? I swear we've had this updated.
These, Mike: http://docs.puppetlabs.com/guides/installing_dashboard.html.
I've pinged Nick Fagerlund about a fix.
Apologies for the bother, Peter. We have this documented in too many places.
r
so... I gotta get 1.8.7 on the box? EL6 is not an option at this point as this is not a new box and does more than just puppet...
> rake aborted!
> no such file to load -- rdoc/task
You may have other issues (aside from the mass of deprecation warnings
... ew), but this makes it look like you're missing the rdoc gem.
r
You may have other issues (aside from the mass of deprecation warnings
... ew), but this makes it look like you're missing the rdoc gem.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.