redmine笔记


rails server webrick -e production
rails s -b 0.0.0.0 -e production


admin/admin123
chenjinhui/chenjinhui


win10打开启动目录:
在运行中输入 shell:startup


随机启动
创建脚本将之放到启动目录下
cd C:Sites edmine-3.3.1in
rails s -b 0.0.0.0 -e production

C:InstantRails ubyin
gem install mongrel_service
C:Sites edmine-3.3.1

C:RailsInstallerRuby2.2.0in ails
mongrel_rails service::install -N RedMine -c C:Sites edmine-3.3.1 -p 3000 –e production


mongrel_rails service::install -N RedMine -c rails s -b 0.0.0.0 -e production

gem install require

原文地址:https://www.cnblogs.com/cghhnty/p/10274288.html