Stoyan Nikolov
2011-Oct-24 10:56 UTC
[Puppet Users] Problem(s) with installing Puppet Dashboard
Hello! I''m trying to install puppet dashboard according to the instructions in the documentation : http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html I am installing it from the .deb package, however after installation I cannot find the "settings.yml" file. Also, when trying to "prepare schema" by running rake RAILS_ENV=production db:migrate it returns: rake RAILS_ENV=production db:migrate rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) /usr/lib/ruby/1.8/rake.rb:2377:in `raw_load_rakefile'' (See full trace by running task with --trace) Am I missing something (doing something wrong)? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Chanka Perera
2011-Nov-02 13:35 UTC
[Puppet Users] Re: Problem(s) with installing Puppet Dashboard
Please find the in line comments On Oct 24, 10:56 am, Stoyan Nikolov <eraziel.black...@gmail.com> wrote:> Hello! > > I''m trying to install puppet dashboard according to the instructions > in the documentation :http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html > > I am installing it from the .deb package, however after installation I > cannot find the "settings.yml" file. >have a look at /usr/share/puppet-dashboard/config> Also, when trying to "prepare schema" by running rake > RAILS_ENV=production db:migrate it returns: > > rake RAILS_ENV=production db:migrate > rake aborted! > No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, > Rakefile.rb) > /usr/lib/ruby/1.8/rake.rb:2377:in `raw_load_rakefile'' > (See full trace by running task with --trace) >try running the command from following dir - /usr/share/puppet-dashboard rake RAILS_ENV=production db:migrate Cheers! Chanka -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Chanka Perera
2011-Nov-02 16:11 UTC
[Puppet Users] Re: Problem(s) with installing Puppet Dashboard
Hi, comments are in line, On Oct 24, 10:56 am, Stoyan Nikolov <eraziel.black...@gmail.com> wrote:> Hello! > > I''m trying to install puppet dashboard according to the instructions > in the documentation :http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html >check at /usr/shared/puppet-dashboard> I am installing it from the .deb package, however after installation I > cannot find the "settings.yml" file. >try cd /usr/shared/puppet-dashboard then run following commands> Also, when trying to "prepare schema" by running rake > RAILS_ENV=production db:migrate it returns: > > rake RAILS_ENV=production db:migrate > rake aborted! > No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, > Rakefile.rb) > /usr/lib/ruby/1.8/rake.rb:2377:in `raw_load_rakefile'' > (See full trace by running task with --trace) > > Am I missing something (doing something wrong)?Cheers! Chanka -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.