Skip to content

Instantly share code, notes, and snippets.

@STAR-ZERO
Created December 2, 2012 14:59
Show Gist options
  • Select an option

  • Save STAR-ZERO/4189204 to your computer and use it in GitHub Desktop.

Select an option

Save STAR-ZERO/4189204 to your computer and use it in GitHub Desktop.
WEBrickをデーモンで起動・終了
$ bundle exec rails s -e production -d
$ kill -INT <プロセス番号>
@broccoli1002

Copy link
Copy Markdown

http://www.devsite.jankh.net/rurailscmdline.html
にrails コマンド乗っとる

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment