From 4a3ab05bbac1c1e598d68dd25724f9128689d975 Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Mon, 20 Sep 2010 19:49:33 +0800 Subject: [PATCH] Added some hints for developing on Windows and on configuring Apache --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7d11aefcfa0..b5726681dd8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ For now, I've set things up with a little combinator script to concat all the cs You'll need to point your local apache & php webserver at this root directory in order to preview things. If you don't currently have a webserver running locally, a quick way to get up and running is to download and install Mamp for Mac OSX. Once installed, just open Mamp, click preferences, go to the Apache tab, and select your local jQuery Mobile folder as the root. Then you can open a browser to http://localhost:8888 to preview the code. +An alternative is XAMPP, which is also available for Windows, though you need to actually modify Apache's httpd.conf to point to your checkout: http://www.apachefriends.org/en/xampp.html +You need the Rewrite (mod_rewrite.so), Expire (mod_expires.so) and Header (mod_headers.so) modules loaded. Whenever this configuration becomes inconvenient, we can remove it, obviously it's not meant to stay!