From ab30e0c9a9483b39a2365d7064ad61af55278b5d Mon Sep 17 00:00:00 2001 From: Jochen Staerk Date: Tue, 16 Oct 2018 21:45:20 +0200 Subject: [PATCH] Update LOCAL_SETUP.md rails server will not be bridged to host unless listening on 0.0.0.0. There were no errors when deployed on vagrant/virtualbox on mac, nevertheless the password "admin" would still not work :-( --- LOCAL_SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LOCAL_SETUP.md b/LOCAL_SETUP.md index 402ad33f..dbe5876c 100644 --- a/LOCAL_SETUP.md +++ b/LOCAL_SETUP.md @@ -59,7 +59,7 @@ All problems that have occurred resulted from a more restrictive rights manageme ### Start server vagrant ssh cd /vagrant -rails s -p 3000 +rails s -p 3000 -b 0.0.0.0 ### Login to CodeOcean 192.168.59.104:3000