diff options
author | neodarz <neodarz@neodarz.net> | 2019-01-18 21:17:28 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-01-18 21:17:28 +0100 |
commit | c9905b1ca79c8b3431a9eb9c94c4002410dc9c06 (patch) | |
tree | 0a2231b63a86fca54d6365eb0403668dab8365ab | |
parent | 8f5f0a19a40eb7552d8ca17961f3baa5140f8766 (diff) | |
download | nevrax-website-self-hostable-master.tar.xz nevrax-website-self-hostable-master.zip |
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -16,5 +16,13 @@ Command: `wayback_machine_downloader nevrax.org --to 20040924172238` This can be started simple with : ``` -php -S localhost:8080 +# Python v2.7 +python -m SimpleHTTPServer +``` + +or + +``` +# Python 3 +python -m http.server 8000 ``` |