Created
September 4, 2011 22:39
-
-
Save kzk/1193642 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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