diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-08-07 18:57:12 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-08-07 18:57:24 +0100 |
commit | f6de092081d5c083d78817e2d2ac044ba50d734d (patch) | |
tree | 45c92837679e38eccfb8bdea54eb7ba5a84cb2c8 | |
parent | be201cae650d21182b920c1766316a97f2bd1915 (diff) |
Update for Rails 3 - script/server is deprecated.
-rw-r--r-- | doc/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 9e73ef1d1..1ef7ad592 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -275,7 +275,7 @@ tests to pass by setting `export LD_PRELOAD=/lib/libuuid.so.1`. Run the following to get the server running: - script/server --environment=development + bundle exec rails server --environment=development By default the server listens on all interfaces. You can restrict it to the localhost interface by adding ` --binding=127.0.0.1` |