From 7937cd83a2a61b04b227d565b5400197078b2e81 Mon Sep 17 00:00:00 2001 From: Mustafa Gezen Date: Thu, 24 Aug 2023 09:22:12 +0200 Subject: [PATCH] Add mothership readme --- tools/mothership/readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tools/mothership/readme.md diff --git a/tools/mothership/readme.md b/tools/mothership/readme.md new file mode 100644 index 00000000..7ef6ea2e --- /dev/null +++ b/tools/mothership/readme.md @@ -0,0 +1,15 @@ +
+ + Mship + +
+
Tool to archive RPM packages and attest to their authenticity
+
+ +### Development + +Using the taskrunner2 target is sufficient. `bazel run //tools/mothership`. + +This will watch for changes in mship_admin_server, mship_server and both UIs. + +The target will also start Dex IDP and Temporal if not already running.