
It would be useful to know how you installed Foreman, but I'm going to guess that you've done a yum install foreman and haven't used the installer.

opt/rh/ruby193/root/usr/bin/ruby -I"lib:test" -I"/opt/rh/ruby193/root/usr/share/gems/gems/rake-0.9.2.2/lib" "/opt/rh/ruby193/root/usr/share/gems/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb" "test/lib/**/*_test.rb"īut when I try to sign on as admin with password 123456 it still says "Incorrect username or password". I installed foreman-sqlite and was able to run foreman-rake sudo foreman-rake password=123456 rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/generators/rails/plugin_new/templates/Gemfile rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/generators/rails/app/templates/Gemfile rh/ruby193/root/usr/share/gems/gems/bundler-1.3.5/lib/bundler/templates/Gemfile rh/ruby193/root/usr/share/gems/gems/deep_cloneable-2.0.2/Gemfile I got some stuff under a folder named "rh" in opt: sudo find -name Gemfile Google told me this seems to be a version mismatch and a possible solution is to put this in my Gemfile: gem 'sqlite3'

Running gem install activerecord-sqlite3-adapter gives me another error: gem install activerecord-sqlite3-adapterĮRROR: Could not find a valid gem 'activerecord-sqlite3-adapter' (>= 0) in any repository

Please install the sqlite3 adapter: `gem install activerecord-sqlite3-adapter` (Could not find sq. I attempted to reset the password, but got this error: sudo foreman-rake password=123456 I set it up but cannot login with the default admin and password "changeme". Here are the foreman packages it installed: sudo rpm -qa foreman* I followed the install guide for my distro to do this: I'm new to ruby and I am trying to install Foreman on CentOS 7.

Edited post to show how I installed foreman
