Added by ronan jordan over 10 years ago
Hi Guys
I have installed OpenProject on Win 8 and on Win Server 2008 and all installation went smooth as per instructions, however I cannot get the server to work. Going to localhost:3000 does not work. Do I need to open a port or I missed something? I will appreciate your help
Thanks
Replies (1)
Hello Ronan
Please check you hosts file (C:\Windows\System32\Drivers\etc\hosts) to be sure that the mapping for localhost is present and not commented out (not # on the beginning of the line).
127.0.0.1 localhost
Some times rails behave strangely on Windows and the default binding for the server (http://0.0.0.0:3000) does not work.
You can try to start the app with :
bundle exec rails server —binding=127.0.0.1