2013-08-29 77 views
0

我在嘗試在mac os中安裝以下插件時遇到了一些問題。 它在linux以及windows中都能正常工作。 https://github.com/thegcat/redmine_icalMac中的Redmine Icalendar導出問題

我的步驟如下:

在供應商/插件文件夾複製插件文件之後。 Redmine停止工作,並顯示「我們很抱歉,但出錯了」錯誤消息。

我正在使用bitnami-redmine-1.4.7-2-osx-x86_64-installer.dmg,當我刪除Gemfile並需要init.rb中的調度程序時它開始運行,但在日曆頁面上不顯示Ical。

+1

日誌結尾將非常感激。 – Noma4i

回答

1

複製插件文件後,我們需要從終端運行「bundle install」命令。

在bitnami堆redmine的複製插件文件之後,

1)$ CD安裝目錄 2)$/use_redmine 3)$ bash中:CD ROOT_DIR 4)束安裝

這將工作。

0

接受的答案不適合我,但確實幫助我一步。

我必須做到以下幾點,使其成功地工作:

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插件,這並不需要PATCHFILES(https://github.com/buschmais/redmics

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