我已将我的 Rails 应用程序从 svn 存储库上传到我的服务器。在我的本地主机中它工作正常,但是当我尝试通过 Chrome 访问时,我收到以下错误:
There appears to be a database problem.
Your config/database.yml may not be written correctly. Please check it and fix any errors.
Your database schema may be out of date or nonexistant. Please run rake db:migrate to ensure that the database schema is up-to-date.
The database server may not be running. Please check whether it's running, and start it if it isn't.
我不知道该怎么做,因为这是我第一次尝试上传 Rails 项目,而且我正在做与远程服务器的本地主机相同的事情。
顺便说一句,我应该通过 ssh 连接运行 rails s 吗?