Closed esc24 closed 11 years ago
This PR updates the getting started section of the readme. It adds instructions for configuring apache as python -m SimpleHTTPServer is no longer sufficient due to the need to proxy cross domain requests.
python -m SimpleHTTPServer
Good idea
This PR updates the getting started section of the readme. It adds instructions for configuring apache as
python -m SimpleHTTPServer
is no longer sufficient due to the need to proxy cross domain requests.