mirror of
https://github.com/sstent/TESTSITE.git
synced 2025-12-06 06:01:53 +00:00
Merge pull request #8 from bplmp/patch-1
Update 'How to Preview' section for Macs
This commit is contained in:
@@ -94,6 +94,8 @@ Mac OS
|
||||
|
||||
The easiest way to serve up static sites on a Mac is to use [Anvil](http://anvilformac.com). Go ahead and download it from their website, install and add a site using the status bar icon: simply select the folder where your wiki is located on your Mac.
|
||||
|
||||
If you don't want to download any apps, you can use the Terminal on your Mac and Python. To do this, go to your site folder in the Terminal app and type `python -m SimpleHTTPServer 8000`. This will start running a local server which you can navigate to by typing the URL `localhost:8000` in any web browser.
|
||||
|
||||
Windows
|
||||
-------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user