【问题标题】:Redmine Icalendar export issue in macmac中的Redmine Icalendar导出问题
【发布时间】:2013-09-02 03:31:33
【问题描述】:

尝试在 mac os 中安装以下插件时遇到一些问题。 它在linux和windows中都可以正常工作。 https://github.com/thegcat/redmine_ical

我遵循的步骤:

将插件文件复制到 vendor/plugin 文件夹后。 Redmine 停止工作并显示“我们很抱歉,但出了点问题”错误消息。

我正在使用 bitnami-redmine-1.4.7-2-osx-x86_64-installer.dmg,当我从 init.rb 中删除 Gemfile 并要求调度程序时,它开始运行,但在日历页面上不显示 Ical。

【问题讨论】:

  • log tail 将不胜感激。

标签: ruby-on-rails redmine icalendar bitnami


【解决方案1】:

复制插件文件后,我们需要从终端运行“捆绑安装”命令。

复制插件文件后在bitnami stack redmine中,

1) $cd 安装目录 2) $./use_redmine 3) $bash: cd root_dir 4) 捆绑安装

这会起作用。

【讨论】:

    【解决方案2】:

    接受的答案对我不起作用,但确实帮助了我一步。

    我必须执行以下操作才能使其成功运行:

    cd installdir/apps/redmine/htdocs
    bundle install --without development test postgresql sqlite --no-deployment
    bundle install --without development test postgresql sqlite --deployment
    ruby bin/rake redmine:plugins RAILS_ENV=production
    

    除了使用安装目录中的“use_redmine”bash(或实际上是从内部)之外,所有这些。

    我选择了另一个不需要补丁文件的 ical 插件 (https://github.com/buschmais/redmics)

    https://docs.bitnami.com/installer/apps/redmine/#how-to-install-the-redmine-agile-plugin

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-11-24
      • 1970-01-01
      • 2013-12-31
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多