1
我嘗試在Ubuntu中安裝Redmine 3.0.4。我按照本指南:Ruby:乘客+ nginx:如何安裝redmine
https://www.phusionpassenger.com/documentation/Users%20guide%20Nginx.html#install_on_debian_ubuntu
,但它仍然無法得到它的工作。
有一個錯誤,當我執行bundle install
:
[email protected]:/home/hnb/redmine# bundle install
Redmine requires Bundler 1.5.0 or higher (you're using 1.3.5).
Please update with 'gem update bundler'.
我試圖執行this StackOverflow question描述的步驟,但沒有不起作用。
而當您運行錯誤信息中指示的命令,即'gem update bundler'時,結果如何? –