diff --git a/docs/Getting Started.md b/docs/Getting Started.md index 5294f9f..a60d64c 100644 --- a/docs/Getting Started.md +++ b/docs/Getting Started.md @@ -1,6 +1,7 @@ # Getting Started +What follows are some guides how to start the `pykms_Server.py` script, which provides the server. -## Run pykms_Server.py manually +## Manually *** A Linux user with `ifconfig` command can get his KMS IP (Windows users can try `ipconfig /all`). @@ -26,10 +27,10 @@ In the example above is 192.168.1.102, so is valid: 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. +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 ` command (you can type `ps aux` first and have the process ) or `killall `. -## Run pykms_Server.py automatically at start +## Automatically by daemon *** You can simply manage a daemon that runs as a background process.