*ARCHIVE* A script for java/play application upgrading.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Maxim Likhachev f12ba83f05 Added GPLv3 license and CoC 5 years ago
COPYING Added GPLv3 license and CoC 5 years ago
CoC.md Added GPLv3 license and CoC 5 years ago
README.md Extended readme file 5 years ago
config.ini java-app-updater v1.0 7 years ago
java-app-updater.py pep8 5 years ago
requirements.txt Added requirements list 5 years ago

README.md

java-app-updater - Script for upgrading java/play application from git repository

Description

This script upgrades java/play application.

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.

License

GNU General Public License v3.

Usage

service.py [service] <start|stop|restart|build|update|upgrade>

start	- Start service
stop	- Stop service
restart	- Restart service
build	- Build service. [stand|modules|all]
update	- Update current service from repository
upgrade	- Update developing service from repository

To build the specific service you need to pass a parameter [service]:

$ service.py application build all