博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
centos redmine
阅读量:5774 次
发布时间:2019-06-18

本文共 877 字,大约阅读时间需要 2 分钟。

  hot3.png

1.ubutun 安装 redmine 30min就好:

2.centos install redmine 

注意:请下载最新的,2.5.0坑爹了

官方文档一样坑爹:数据库建成redmine

卡克

Install Ruby

\curl -L  | bash
请参看:

echo insecure >> ~/.curlrc

卡壳 

gem install passenger

请参看:

gem source -a http://rubygems.org/

卡壳

bundle install
http://stackoverflow.com/questions/10246023/bundle-install-fails-with-ssl-certificate-verification-error
what they mean is at the top of your Gemfile change source 'https://rubygems.org' to source 'http://rubygems.org'

卡壳

apache log:gem_original_require no such file to load bundler setup loaderror

要设定GEM_HOME;

具体看gem env的输出

http://stackoverflow.com/questions/15305350/gem-install-fails-with-openssl-failure

solved:chcon -R -h -t httpd_sys_script_exec_t /usr/local/rvm/gems/ruby-1.9.3-p547/gems/passenger-4.0.48/buildout/apache2/mod_passenger.so

如果能像ubuntu那么简单,真方便

这能装了,水平也提高一截子了,感谢国家感谢党

转载于:https://my.oschina.net/macleo/blog/304376

你可能感兴趣的文章
在使用angular1.x的时候双向绑定的技巧
查看>>
(十八)js控制台方法
查看>>
VB关键字总结
查看>>
虚拟机类加载机制
查看>>
android代码生成jar包并混淆
查看>>
Java基础2-基本语法
查看>>
SPI总线通信电路设计
查看>>
一个不错的vue项目
查看>>
屏蔽指定IP访问网站
查看>>
[leetcode] 237. Delete Node in a Linked List
查看>>
python学习 第一天
查看>>
根据毫秒数计算出当前的“年/月/日/时/分/秒/星期”并不是件容易的事
查看>>
python的图形模块PIL小记
查看>>
shell变量子串
查看>>
201521123009 《Java程序设计》第8周学习总结
查看>>
iOS的主要框架介绍 (转载)
查看>>
react报错this.setState is not a function
查看>>
poj 1183
查看>>
从根本解决跨域(nginx部署解决方案)
查看>>
android高仿微信UI点击头像显示大图片效果
查看>>