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.
|
3 years ago | |
---|---|---|
COPYING | 3 years ago | |
CoC.md | 3 years ago | |
README.md | 3 years ago | |
config.ini | 6 years ago | |
java-app-updater.py | 3 years ago | |
requirements.txt | 3 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