mysociety / popit

DEPRECATED - Development on PopIt has stopped and it is no longer being maintained
https://goo.gl/Vvej4Q
Other
76 stars 33 forks source link

Make PopIt work without an internet connection #806

Closed chrismytton closed 9 years ago

chrismytton commented 9 years ago

This makes it easier to develop PopIt with slow or no internet connection, e.g. on a train or similar.

One thing this doesn't take care of is DNS, as xip.io requires an internet connection to work properly. The options here are to either add the xip.io hosts that you want to use to your /etc/hosts file, or install dnsmasq and have that resolve all *.dev domains on your local machine. But that's left as an exercise for the reader.

struan commented 9 years ago

Looks fine.