我在Ubuntu机器(16.04服务器)上进行安装,我需要安装Redmine平台的插件(最新版本)。我使用官方文档安装了Redmine:Install Redmine step by step on Ubuntu
安装成功但现在我必须安装一些插件,但每次我尝试安装时都会得到:插件未找到。
由于我按照文档中的说法制作了所有文件夹结构:
无功/网络/ HTML / redmine的
-rw-r--r-- 1 root root 459 Mar 13 2016 404.html
-rw-r--r-- 1 root root 648 Mar 13 2016 500.html
-rwxr-xr-x 1 root root 473 Mar 13 2016 dispatch.fcgi
-rw-r--r-- 1 root root 7886 Mar 13 2016 favicon.ico
-rw-r--r-- 1 root root 43 Jul 13 12:07 Gemfile
-rw-r--r-- 1 root root 143 Jul 13 12:07 Gemfile.lock
drwxr-xr-x 51 root root 4096 Jul 12 16:11 help
drwxr-xr-x 4 root root 4096 Jul 12 16:12 images
drwxr-xr-x 4 root root 4096 Jul 12 16:12 javascripts
drwxr-xr-x 2 root root 4096 Jul 12 16:12 plugin_assets
drwxrwxrwx 4 root root 4096 Jul 19 17:30 plugins
lrwxrwxrwx 1 root root 25 Jul 19 18:37 public -> /usr/share/redmine/public
drwxr-xr-x 9 root root 4096 Jul 13 10:02 redmine_agile
drwxr-xr-x 3 root root 4096 Jul 12 16:12 stylesheets
drwxr-xr-x 5 root root 4096 Jul 12 18:05 themes
要安装插件,请遵循本教程:Install plugin。我在/ var / www / html上使用此命令:bundle install --without development test --no-deployment
,一切正常。但后来我需要使用bundle exec rake redmine:plugins NAME=redmine_checklists RAILS_ENV=production
(与上一个命令位于同一位置)并且我找不到插件
我已经尝试过的事情:
似乎没什么用。
答案 0 :(得分:0)
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
NAME="YOUR_PLUGIN_NAME"