From b9a192adfc367054ec471cc3777a18fed2334175 Mon Sep 17 00:00:00 2001 From: KEBE <mail@kebe7jun.com> Date: Tue, 28 Feb 2017 04:37:03 +0000 Subject: [PATCH] > add run shell and expose. --- Dockerfile | 2 ++ README.md | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/Dockerfile b/Dockerfile index 074c933..30026a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,6 @@ COPY . / WORKDIR /vlmcsd +EXPOSE 1688 + CMD ["./vlmcsd", "-D"] diff --git a/README.md b/README.md index ed2942a..cb2bd32 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,39 @@ # linux-kms-server Linux kms server. + +## Run + +- With Docker: +``` +$ docker run -it -d kebe/vlmcsd +``` + +- With linux: +``` +$ make +$ ./vlmcsd +``` + +## Ciente usage: + +**Note: run `cmd` with administrator.** + +- Windows: +slmgr /upk +slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX +slmgr /skms kms.kebe7jun.com +slmgr /ato + +- Office: +CD \Program Files\Microsoft Office\Office16 OR CD \Program Files (x86)\Microsoft Office\Office16 +cscript ospp.vbs /sethst:kms.kebe7jun.com +cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx +cscript ospp.vbs /act +cscript ospp.vbs /dstatusall + + +- Source Code: +You can download source code on [https://forums.mydigitallife.info/threads/50234-Emulated-KMS-Servers-on-non-Windows-platforms](https://forums.mydigitallife.info/threads/50234-Emulated-KMS-Servers-on-non-Windows-platforms) + +- Key: +You can find key on [https://technet.microsoft.com/en-us/library/jj612867.aspx](https://technet.microsoft.com/en-us/library/jj612867.aspx) -- GitLab