博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
173.2. Redmine 运行
阅读量:5878 次
发布时间:2019-06-19

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

# rails server -hUsage: rails server [mongrel, thin etc] [options]    -p, --port=port                  Runs Rails on the specified port.                                     Default: 3000    -b, --binding=IP                 Binds Rails to the specified IP.                                     Default: localhost    -c, --config=file                Uses a custom rackup configuration.    -d, --daemon                     Runs server as a Daemon.    -u, --debugger                   Enables the debugger.    -e, --environment=name           Specifies the environment to run this server under (test/development/production).                                     Default: development    -P, --pid=pid                    Specifies the PID file.                                     Default: tmp/pids/server.pid    -h, --help                       Shows this help message.

绑定监听地址 -b

# bundle exec rails server webrick -e production -b 0.0.0.0

守护进程 -d

原文出处:Netkiller 系列 手札

本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

你可能感兴趣的文章
VUEJS开发规范
查看>>
Android系统的创世之初以及Activity的生命周期
查看>>
彻底解决Linux下memcached的安装
查看>>
人人都会数据采集- Scrapy 爬虫框架入门
查看>>
Android网络编程11之源码解析Retrofit
查看>>
韩国SK电讯宣布成功研发量子中继器
查看>>
TCP - WAIT状态及其对繁忙的服务器的影响
查看>>
安全预警:全球13.5亿的ARRIS有线调制解调器可被远程攻击
查看>>
麦子学院与阿里云战略合作 在线教育领军者技术实力被认可
查看>>
正确看待大数据
查看>>
Facebook通过10亿单词构建有效的神经网络语言模型
查看>>
2016股市投资风向标 大数据说了算
查看>>
发展大数据不能抛弃“小数据”
查看>>
25000个布满恶意软件的摄像头组成的僵尸网络
查看>>
FB全球开放360度直播功能 首先需要一个FB账号
查看>>
量子通信成信息安全领域发展重点 潜在市场望达1000亿元
查看>>
数据中心新的自动化运维技术
查看>>
OpenFlow下一步该怎么走?
查看>>
CoreOS为容器安全带来不同方法
查看>>
用EXCEL导入QC需求和测试用例详解
查看>>