I'm trying to deploy Rails application no openshift (rails-2.0 + postrgesql). I think automatic deploy on git push didn't execute rake task db:setup and db:migrate, because I see
PG::UndefinedTable: ERROR: relation "users" does not exist
in ~/logs/ruby.log
My question is how can I run rake tasks manually? In what dir I suppose to be? Can I run Rails console on openshift?