Skip to content

Instantly share code, notes, and snippets.

@kzk
Created September 4, 2011 22:39
Show Gist options
  • Save kzk/1193642 to your computer and use it in GitHub Desktop.
Save kzk/1193642 to your computer and use it in GitHub Desktop.
$ gem install rails
$ rails new myapp
$ rails new myapp
$ cd myapp
$./script/rails s
=> Booting WEBrick
=> Rails 3.1.0 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2011-09-04 15:06:54] INFO WEBrick 1.3.1
[2011-09-04 15:06:54] INFO ruby 1.8.7 (2011-08-23) [java]
[2011-09-04 15:06:55] INFO WEBrick::HTTPServer#start: pid=95294 port=3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment