Skip to content

Commit

Permalink
Added some hints for developing on Windows and on configuring Apache
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer authored and scottgonzalez committed Sep 20, 2010
1 parent 501171d commit 4a3ab05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit 4a3ab05

Please sign in to comment.