-
Notifications
You must be signed in to change notification settings - Fork 0
S21_HangmanGUI_Medium
William O Simpson edited this page May 3, 2020
·
4 revisions
UML Diagram:
The java documents are served from a local web server on this machine. To start the web server, navigate to the directory immediately above where the source code is checked out (i.e. ~/git ) and then use "python -m SimpleHTTPServer" in that directory.
cd ~/git
python -m SimpleHTTPServer&
Note: if you are running python 3 (which you can check via opening a terminal and typing: python --version), then the command is:
python3 -m http.server