From 26b9ba7fafe36f9bd0d6f57565430c023d21d246 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Wed, 16 Oct 2019 09:42:56 +0500 Subject: [PATCH] Extended readme file --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2a363c4..c37940b 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,20 @@ -**service-updater** - Script for upgrading java/play application from git +**java-app-updater** - Script for upgrading java/play application from git repository -## Description +# Description -Scenario upgrade java/play application in production directory +This script upgrades java/play application. -## Requirements +**NB:** I would now consider this scenario as an example of the implementation +of a software update process, but in practice I would use configuration +management systems and deployment tools. - CentOS: yum -y install python-pip - Debian: apt-get install python-pip +# License - pip install configparser +[GNU General Public License v3.](https://www.gnu.org/licenses/gpl-3.0.html) -## Usage +# Usage -service.py [service] + service.py [service] start - Start service stop - Stop service @@ -22,6 +23,7 @@ service.py [service] update - Update current service from repository upgrade - Update developing service from repository -To build a specific service you need to pass a parameter [service]: - ./service.py application build all +To build the specific service you need to pass a parameter [service]: + + $ service.py application build all