关于bitnami redmine 的一些问题

来源:互联网 发布:js 插件写法 编辑:程序博客网 时间:2024/06/05 10:33

1、如果要切换redmine默认的80端口,将一下几个文件中的80换成你想设置的端口即可

apache2/conf/httpd.conf 

apache2/conf/bitnami/bitnami.conf
apps/redmine/httpd-vhosts.conf

apps/redmine/httpd-app.conf


2、安装插件的时候,如果出现:

[root@urunserver redmine]# rake redmine:pluginsrake aborted!No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)(See full trace by running task with --trace)
时,请将你的执行目录切换到:redmine-3.1.2-0/apps/redmine/htdocs ,(有的版本据说是<pre name="code" class="html" style="color: rgb(51, 51, 51); font-size: 14px; line-height: 24px;">redmine-3.1.2-0/apps/redmine/
)再执行,就不会出现问题。(如果找不到rake,将redmine-3.1.2-0/ruby/bin加进环境变量)

附一些关于插件的网址:
http://my.oschina.net/farces/blog/296514
http://www.redmine.org/boards/3/topics/9627
http://blog.csdn.net/benkaoya/article/details/8877945
http://www.redmine.org/projects/redmine/wiki/Plugins
https://community.bitnami.com/t/rake-aborted-no-rake-file-found-problem/9411/3


0 0