Serving static sites on Mac OS with Python
bplmp opened this issue · 0 comments
bplmp commented
For this section (https://github.com/exalted/mdwiki-seed#mac-os), I would also suggest using python to serve.
You just have to navigate to the folder in the terminal and type python -m SimpleHTTPServer 8000
.
All newer Macs come with python. More about it here: https://docs.python.org/2/library/simplehttpserver.html
I've created a pull request for this here: #8