bellroy / lesswrong

Less Wrong platform
http://lesswrong.org/
Other
45 stars 23 forks source link

[Development] Paster hangs when running locally #596

Closed alexpear closed 7 years ago

alexpear commented 7 years ago

I and at least one other person (Satvik) encountered a difficulty where, when running a local build, the paster serve call gets to the 'WSGIServer starting up' step, then gets no further.

Satvik was able to fix this when they started again from a fresh clone, but that does not fix it for me.

This is on a case-sensitive disk image on OSX.

jack-trikeapps commented 7 years ago

Just checking: The development server doesn't print anything after "WSGIServer starting up" unless you make a request. I checked out a fresh copy of the git repo, ran git submodule update --init and then vagrant provision. Then with an entry for lesswrong.local in my /etc/hosts, I was able to point a browser to lesswrong.local:8080 and it worked.

alexpear commented 7 years ago

Resolved: As Jack helped me realize, I was just being a little foolish and didn't understand that paster was done, and it was waiting for me. Hitting 127.0.0.1: with my browser brought up the 'It Works!' page.