rabchev / brackets-server

Hosted Brackets
MIT License
83 stars 32 forks source link

blank page after build #13

Open jmls opened 8 years ago

jmls commented 8 years ago

so, when I perform all the tasks in the contributing.md file and successfully run grunt build, I fire brackets up with

brackets --port 3000 --proj-dir /workspace --supp-dir /workspace

and, with great excitement, I go to http://localhost:3000 ... I get ...

nothing

as in a blank page in the browser :(

what have I missed ?

jmls commented 8 years ago

I am trying to run in a docker container if that makes a difference .. do you have a working Dockerfile ?

rabchev commented 8 years ago

Hmm yeah there is a problem with socket.io in container. It's trying to reach wrong URL. I will fix it tomorrow.

On Tue, 5 Jan 2016 at 23:57 jmls notifications@github.com wrote:

I am trying to run in a docker container if that makes a difference .. do you have a working Dockerfile ?

— Reply to this email directly or view it on GitHub https://github.com/rabchev/brackets-server/issues/13#issuecomment-169146609 .

rabchev commented 8 years ago

I'm close to resolve the issue with socket.io, but unfortunately I couldn't finish it today. I will continue tomorrow.

Sorry!

rabchev commented 8 years ago

The issue is fixed. You can get the Dockerfile and brief explanation in README.md file in /docker/dev directory. Let me know if you encounter other issues.