提交 7116a473 编写于 作者: B Bradly Feeley

Add note that you must be in the rails app directory when starting up the server.

This is a response to issue #11731 and is a common mistake for people
newer to rails that try forget to cd into the new rails app after
running rails new.
上级 71f51264
...@@ -155,7 +155,7 @@ To begin with, let's get some text up on screen quickly. To do this, you need to ...@@ -155,7 +155,7 @@ To begin with, let's get some text up on screen quickly. To do this, you need to
### Starting up the Web Server ### Starting up the Web Server
You actually have a functional Rails application already. To see it, you need to start a web server on your development machine. You can do this by running: You actually have a functional Rails application already. To see it, you need to start a web server on your development machine. You can do this by running the following in the root directory of your rails app:
```bash ```bash
$ rails server $ rails server
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册