From d12bf1b838d1c53b9d24388365cd004a3ed8f68c Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Fri, 2 Feb 2018 17:44:45 +0100
Subject: [PATCH] Add a readme for the "Build-Package-Deploy Cycle".

---
 Scripts/README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 Scripts/README.md

diff --git a/Scripts/README.md b/Scripts/README.md
new file mode 100644
index 0000000..107fc3d
--- /dev/null
+++ b/Scripts/README.md
@@ -0,0 +1,13 @@
+Build-Package-Deploy Cycle
+==========================
+
+NOTE: everything here assumes default installation locations!
+
+Run the `Deploy-NewBuild.ps1` script to package a new build, place the files at
+their appropriate location and remove the update marker file for this host. Then
+use a shell with the appropriate permissions and run the updater script using
+the following command (or trigger it through the scheduled jobs if installed):
+
+```powershell
+C:\Tools\AutoTx-Updater\Update-Service.ps1 -UpdaterSettings C:\Tools\AutoTx-Updater\UpdaterConfig.inc.ps1
+```
-- 
GitLab