From 04028ec4eaada010856d00b67964042a621b0eaf Mon Sep 17 00:00:00 2001 From: Simon Beginn Date: Fri, 31 Jul 2020 19:11:19 +0200 Subject: [PATCH] Added TODOs --- docs/Getting Started.md | 9 +++++++-- docs/TODO.md | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/Getting Started.md b/docs/Getting Started.md index a60d64c..cdbd8a7 100644 --- a/docs/Getting Started.md +++ b/docs/Getting Started.md @@ -1,7 +1,7 @@ # Getting Started What follows are some guides how to start the `pykms_Server.py` script, which provides the server. -## Manually +## Manual execution *** A Linux user with `ifconfig` command can get his KMS IP (Windows users can try `ipconfig /all`). @@ -30,10 +30,15 @@ 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 ` command (you can type `ps aux` first and have the process ) or `killall `. -## Automatically by daemon +## Running as a service *** You can simply manage a daemon that runs as a background process. +//TODO add note regarding docker (and its ipv4/ipv6 mastery) + +### Docker + +//TODO -> Merge README section! ### Systemd If you are running a Linux distro using `systemd`, create the file: `sudo nano /etc/systemd/system/py3-kms.service`, then add the following (change it where needed) and save: diff --git a/docs/TODO.md b/docs/TODO.md index 5d8c26d..240e3d5 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -7,4 +7,4 @@ Some stuff which needs to be done... * Migrate README * `pykms_Server.py` /Client has sometimes some _underscores_ to much * Reformulate Documentation intro - +* See getting started