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\redmine-3.3.1\bin
rails s -b 0.0.0.0 -e production

C:\InstantRails\ruby\bin
gem install mongrel_service
C:\Sites\redmine-3.3.1

C:\RailsInstaller\Ruby2.2.0\bin\rails
mongrel_rails service::install -N RedMine -c C:\Sites\redmine-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

猜你喜欢

转载自www.cnblogs.com/cghhnty/p/10274288.html