From b68e03e273749bdcb945e9b7c185da405366f72a Mon Sep 17 00:00:00 2001 From: Jeroen Ketelaar Date: Mon, 14 Sep 2015 15:36:39 +0200 Subject: [PATCH] Added the update process --- UPDATE_PROCESS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 UPDATE_PROCESS.md diff --git a/UPDATE_PROCESS.md b/UPDATE_PROCESS.md new file mode 100644 index 0000000..35cf544 --- /dev/null +++ b/UPDATE_PROCESS.md @@ -0,0 +1,12 @@ +# Explanation +This tutorial explains on how to deploy new updates to the version control of Parabot. + +### VC +The Version Control of Parabot is based on a webhook within this repository. + +When this repository gets updated, it calls the updater on the web API. +The web API will then receive all updates and see if there's a new jar update. +Once there is a new jar update, the API will than gather all information and download it to its own server. + +When the download is finished, the database will be updated with a hash and update time. +This can be used to check hashes and the cache directory.