ChinaUnix.net
相关文章推荐:

redmine redhat

本帖最后由 haodongz 于 2013-04-22 15:43 编辑 问题关闭!

by haodongz - Linux系统管理 - 2013-04-22 13:25:06 阅读(1080) 回复(0)

相关讨论

最近在安装redmine [root@localhost redmine]# ruby script/server webrick -e production => Booting WEBrick... => Rails 2.1.2 application started on http://0.0.0.0:3000 => Ctrl-C to shutdown server; call with --help for options [2012-11-23 11:13:34] INFO WEBrick 1.3.1 [2012-11-23 11:13:34] INFO ruby 1.8.7 (2012-06-29) [i686-linux] [2012-11-23 11:13:34] INFO WEBrick::HTTPServer#start: pid=5894 port...

by fu5986 - Ruby - 2012-11-26 10:20:35 阅读(1480) 回复(1)

本帖最后由 zongg 于 2011-08-30 17:37 编辑 [root@www config]# rake db:migrate RAILS_ENV="production" Minssing the i18n 0.4.2 gem. Please 'gem install -v=0.4.2 i18n', 这个怎么办啊?没整明白。 Rails 2.3.5 [root@man config]# gem -v 1.3.5 [root@man config]# ruby -v ruby 1.8.6 (2008-03-03 patchlevel 114) [x86_64-linux] OK 解决了,是我自己的环境变量设置错了。

by zongg - Ruby - 2011-08-31 08:50:35 阅读(1885) 回复(2)

redmine安装说明 1、安装Ruby 2、安装rubygem 3、安装Rails -- 通过gem来安装Rails 4、初始化数据库 5、安装redmine 6、初始化redmine 7、启动redmine 8、使用redmine 1、安装Ruby $ tar xzvf ruby186.gz $ cd ruby-186 $ ./configure -prefix=/usr/local/ruby $ make $ make install 将Ruby的安装路径追加进系统PATH 将下列内容追加进/etc/profile中 $ export PATH=/usr/local/ruby/bin:$PATH 2、安装rubyge...

by wwyhy - Linux文档专区 - 2009-04-04 21:02:41 阅读(3287) 回复(0)

错误提示: 访问版本库时错误No such file or directory - svn list --xml "svn://localhost/repos1/"@HEAD --username bob.yang --password xxx 原因:redmine没有内嵌svn命令,所以在系统path中要添加svn的bin文件夹路径。 解决:在系统环境变量中添加svn的bin文件夹路径。(部分机器需要重启才能生效。) 其他:SVN中的中文文件名会导致SVN保存。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net...

by chen0213 - php文档中心 - 2009-02-04 17:38:21 阅读(2289) 回复(0)

本帖最后由 深入学习LUA 于 2013-01-05 15:49 编辑 这个是怎么回事,是缺表么?怎么添加? 图在一楼

by 深入学习LUA - Ruby - 2013-02-27 16:02:05 阅读(1671) 回复(3)

本帖最后由 adong629 于 2012-09-24 14:50 编辑 redmine: 1.2.2 ruby 1.8.7 gem 1.3.7 gem list: actionmailer (2.3.14) actionpack (2.3.14) activerecord (2.3.14) activeresource (2.3.14) activesupport (2.3.14) daemon_controller (1.0.0, 0.2.6) fastthread (1.0.7) i18n (0.4.2) mysql (2.8.1) passenger (3.0.11) rack (1.1.3, 1.1.1) rails (2.3.14) rake (0.9.2.2, 0.8.7) rdoc (2.5.3) rdoc-data (2.5...

by adong629 - Ruby - 2012-09-25 18:26:00 阅读(2082) 回复(3)

1.安装运行环境
[root@redmine mail]# gem list
*** LOCAL GEMS ***
actionmailer (2.3.11)
actionpack (2.3.11)
activerecord (2.3.11)
activeresource (2.3.11)
activesupport (2.3.11)
cgi_multipart_eof_fix (2.5.0)
daemon_controller (0.2.6)
daemons (1.1.3)
fastthread (1.0.7)
fcgi (0.8.8)
gem_plugin (0.2.3)
i18n (0.4.2)
mongrel (1.1.5)
mysql (2.8.1)
pas...

by shuiying0715 - Web开发 - 2011-12-21 08:44:48 阅读(604) 回复(0)

redmine1.1安装 花了一下午的时间终于把redmine1.1配置通了,由于1.1为11年1月9日才推出的,所以在安装配置的过程中发现很多东西都不兼容,在这我就把我安装的过程说明一下,希望能帮助redmine安装新版本的朋友们. 1.InstantRails-2.0-win: 下载地址:http://rubyforge.org/projects/instantrails/ 2.redmine-1.1.0 下载地址:http://rubyforge.org/projects/redmine/ 3.下载InstantRails,解压缩. 4.下载redmine,解压缩...

redmineRuby

by 中关村村草 - Ruby - 2011-08-31 08:50:53 阅读(4608) 回复(2)

本帖最后由 奋斗的毛毛虫 于 2014-06-17 14:29 编辑 解决方法: [root@localhost script]# pwd /var/www/html/redmine-2.5.1/script [root@localhost script]# /var/www/html/redmine-2.5.1/script/rails server => Booting WEBrick => Rails 3.2.17 application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server Exiting /usr/local/rvm/rubies/ruby-1.9.3-p194/li...

by 奋斗的毛毛虫 - Ruby - 2015-05-18 17:27:20 阅读(11261) 回复(2)

本帖最后由 奋斗的毛毛虫 于 2014-06-17 12:28 编辑 [root@localhost redmine-2.5.1]# rake config/initializers/session_store.rb rake aborted! Don't know how to build task 'config/initializers/session_store.rb' (See full trace by running task with --trace) -----------------------------------------------------> gem install devkit -V Parsing sources... 100% [41/41] AUTHORS ...

by 奋斗的毛毛虫 - Ruby - 2014-06-17 12:28:02 阅读(7182) 回复(0)