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 :-(
This commit is contained in:
Jochen Staerk
2018-10-16 21:45:20 +02:00
committed by GitHub
parent 131f610116
commit ab30e0c9a9

View File

@ -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