Skip to content

Commit

Permalink
Minor note how to run the web-interface
Browse files Browse the repository at this point in the history
Signed-off-by: simonmicro <[email protected]>
  • Loading branch information
simonmicro committed May 19, 2024
1 parent 17bb7a8 commit e8ad973
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ services:
kms:
image: ghcr.io/py-kms-organization/py-kms:python3
ports:
- 1688:1688
- 8080:8080
- 1688:1688 # kms
- 8080:8080 # web-interface
environment:
IP: "::"
HWID: RANDOM
Expand Down Expand Up @@ -193,6 +193,9 @@ user@host ~/path/to/folder/py-kms $ python3 pykms_Server.py 192.168.1.102 1688
To stop `pykms_Server.py`, in the same bash window where code running, simply press `CTRL+C`.
Alternatively, in a new bash window, use `kill <pid>` command (you can type `ps aux` first and have the process <pid>) or `killall <name_of_server>`.

### Web-Interface
As you may have noticed, the Docker container contains a web-interface, replacing the old GUI. If you want to launch it manually, checkout this [issue discussion](https://github.com/Py-KMS-Organization/py-kms/issues/100#issuecomment-1710827824) to learn more.

### Quick Guide
The following are just some brief notes about parameters handling. For a more detailed description see [here](Usage.md).

Expand Down

0 comments on commit e8ad973

Please sign in to comment.