index.html page which is directly in the output directory.index.html pagelocalhost. A Java HTTP Server, a Python 2, and a Python 3 HTTP Server are providedserver.bat console file (or server.sh on Linux or MacOS X) and browse the content of the wiki at the http://localhost:8080/ addressindex.html page:HttpServer.jar fileserver.bat console file (or the server.sh file on Linux or MacOS X)server.bat console file has the following content:java -jar HttpServer.jar pauseIt is possible to put these files in another directory, and set the
-d or --dir argument to specify the directory of the wiki. For example:java -jar HttpServer.jar -d L:\my\wiki pauseIt is possible to set the
-p or --port argument to specify the port to access for the wiki. For example:java -jar HttpServer.jar -p 8082 pause
py2server.bat bat file allows to start a Python 2 HTTP server. The console file has the following content:python -m SimpleHTTPServer 8080 pauseIt is possibleto specify the port to access for the wiki. For example:
python -m SimpleHTTPServer 8082 pause
py3server.bat bat file allows to start a Python 3 HTTP server. The console file has the following content:py -m http.server 8080 pauseIt is possibleto specify the port to access for the wiki. For example:
py -m http.server 8082 pause
index.html page is because of the Cross-origin resource sharing policy (CORS).docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.
Project Web Hosted by
Copyright 1999-2010 -
Geeknet, Inc., All Rights Reserved
About
-
Legal
-
Help