From 965d4c2ad956288acc75238daa845b80cc0d50ce Mon Sep 17 00:00:00 2001 From: TonyFord <tonyford@strategy-investor.de> Date: Thu, 25 Jun 2020 21:13:28 +0200 Subject: [PATCH] add documentation --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d2880b..bc40932 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ -# faircoind +# FairCoin.Co faircoind +FairCoin daemon connected to FairCoin.Co services. + +The service is made for/controlled by gitlab runner. + +## Usage + +Go into gitlab **CI/CD** -> **Pipeline** and **Run Pipeline** + +Enter variable name **CMD** + +#### CMD - commands + +~~~ +build # build container ( changes of Dockerfile ) +start # start container ( changes of scripts ) +stop # stop container +uninstall # remove container without to delete the data +remove # remove all data +~~~ -- GitLab