Hi ! (sorry for my poor english)
My puppetmaster 3.4.3 run on Ubuntu 14.04 LTS I've just manage to replace WEBrick, Puppet use Apache/Passenger to work now. I'm a newbie on this, so i've setup Puppet with different docs found on internet. I've started with "apt-get" for the basic install. For Passenger, I tried gems. Ruby version is 1.9.1, I saw that is the source of many problems but i'm a newbie on linux too... I don't know if a downgrad of ruby is a good idea or not, or if it is necessary. Puppet works fine, but my problem concern dashboard. So here is my problem : I've configured with success the vhost for apache. I've created the database on mysql. but when i run "rake RAILS_ENV=production db:migrate" i've got an error : Warning: Rails rake tasks currently unavailable because we can't find the 'rails' gem rake aborted! Don't know how to build task 'db:migrate' trace : /var/lib/gems/1.9.1/gems/rake-10.3.2/lib/rake/task_manager.rb:62:in `[]' /var/lib/gems/1.9.1/gems/rake-10.3.2/lib/rake/application.rb:149:in `invoke_task' /var/lib/gems/1.9.1/gems/rake-10.3.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' /var/lib/gems/1.9.1/gems/rake-10.3.2/lib/rake/application.rb:106:in `each' /var/lib/gems/1.9.1/gems/rake-10.3.2/lib/rake/application.rb:106:in `block in top_level' /var/lib/gems/1.9.1/gems/rake-10.3.2/lib/rake/application.rb:115:in `run_with_threads' /var/lib/gems/1.9.1/gems/rake-10.3.2/lib/rake/application.rb:100:in `top_level' /var/lib/gems/1.9.1/gems/rake-10.3.2/lib/rake/application.rb:78:in `block in run' /var/lib/gems/1.9.1/gems/rake-10.3.2/lib/rake/application.rb:176:in `standard_exception_handling' /var/lib/gems/1.9.1/gems/rake-10.3.2/lib/rake/application.rb:75:in `run' /var/lib/gems/1.9.1/gems/rake-10.3.2/bin/rake:33:in `<top (required)>' /usr/local/bin/rake:23:in `load' /usr/local/bin/rake:23:in `<main>' Any idea ? thx -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/loom.20140729T160101-985%40post.gmane.org. For more options, visit https://groups.google.com/d/optout.
