Skip to content

Commit 4a3ab05

Browse files
jzaeffererscottgonzalez
authored andcommitted
Added some hints for developing on Windows and on configuring Apache
1 parent 501171d commit 4a3ab05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ For now, I've set things up with a little combinator script to concat all the cs
77
You'll need to point your local apache & php webserver at this root directory in order to preview things.
88

99
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.
10+
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
11+
You need the Rewrite (mod_rewrite.so), Expire (mod_expires.so) and Header (mod_headers.so) modules loaded.
1012

1113
Whenever this configuration becomes inconvenient, we can remove it, obviously it's not meant to stay!
1214

0 commit comments

Comments
 (0)