Add example for rails server port option.

This commit is contained in:
Sebastian Martinez
2011-06-11 19:32:01 -03:00
parent 04c31e2a10
commit d48bbc895f

View File

@@ -78,7 +78,7 @@ You can also use the alias "s" to start the server: <tt>rails s</tt>.
The server can be run on a different port using the +-p+ option. The default development environment can be changed using +-e+.
<shell>
$ rails server -e production
$ rails server -e production -p 4000
</shell>
h4. +rails generate+