2016-02-16 102 views
0

这是在耙机过程中遇到的错误。从Linux到Windows的现有Redmine项目:Redmine未迁移

Easy Project无法启动,因为Redmine没有迁移!

请运行bundle exec rake db:migrate RAILS_ENV=production而不是 bundle exec rake easyproject:install RAILS_ENV=production耙 中止!

我尝试运行所述的命令,它不起作用。 我需要安装一些东西吗?因为bundle install成功。

我以为运行bundle install后给我的项目会做。 第一个开发人员使用Linux,但在Windows上即时通讯。

+2

什么是当您运行上面的命令您收到错误消息? – Rubysmith

+0

你从哪里得到这些软件......? Ask Easy项目团队谁拿了Re​​dmine并修改它...... –

+0

已经解决。我使用了这些ffg命令: 'bundle exec rake generate_secret_token' 'set RAILS_ENV = production' 'bundle exec rake db:migrate' –

回答

0

已经解决。我用这些FFG命令:

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