从 Linux 到 Windows 的现有 Redmine 项目:Redmine 未迁移

Existing Redmine Project from Linux to Windows: Redmine is not migrated

这是我在 rake 时遇到的错误。

The Easy Project cannot start because the Redmine is not migrated!

Please run bundle exec rake db:migrate RAILS_ENV=production and than bundle exec rake easyproject:install RAILS_ENV=production rake aborted!

我尝试 运行 指定的命令,但它不起作用。 我需要安装什么吗?因为bundle install成功了。

我想 运行宁 bundle install 给我项目后就可以了。 第一个开发者使用 Linux,但我在 Windows.

已经解决。我使用了这些 ffg 命令:

bundle exec rake generate_secret_token set RAILS_ENV=production bundle exec rake db:migrate