mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-21 00:10:24 +00:00
Removed the Python instructions.
This commit is contained in:
parent
6f67f421bb
commit
952dd33831
1 changed files with 0 additions and 2 deletions
|
|
@ -44,8 +44,6 @@ To preview locally, you'll need to clone a local copy of this repository and poi
|
|||
|
||||
If you don't currently have a webserver running locally, there are a few options.
|
||||
|
||||
If you have python installed (most Linux distributions) and Mac OSX, you use the built-in simple web server. Open a terminal/shell and change to the jQuery Mobile folder then type 'python -m SimpleHTTPServer', and voila you can then browse via http://localhost:8000.
|
||||
|
||||
If you're on a Mac, you can try dropping jQuery Mobile into your sites folder and turning on Web Sharing via System Prefs. From there, you'll find a URL where you can browse folders in your sites directory from a browser.
|
||||
|
||||
Another 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue