From 3595b142332e8a9adb76d2ff447ae60008694333 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Sat, 28 Sep 2024 14:20:38 +0100 Subject: [PATCH] Added a README which is bundled with the ZIP file --- templates/zip-readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/zip-readme.md diff --git a/templates/zip-readme.md b/templates/zip-readme.md new file mode 100644 index 00000000..57a14ed0 --- /dev/null +++ b/templates/zip-readme.md @@ -0,0 +1,16 @@ +These are launch configurations for TrustGraph. See https://trustgraph.ai for +the quickstart using docker compose. + +Hint for Linux: There are files here which get mounted as volumes inside +Docker Compose containers. This may trigger SELinux rules on your system, to +permit access insider the containers, use a command like this... + +chcon -Rt svirt_sandbox_file_t grafana/ prometheus/ + +The file vertexai/private.json is a placeholder for real GCP credentials if +you are using the VertexAI LLM. If you're using that in Docker Compose, +replace with your real credentials, and don't forget to permit access if you +are using Linux: + +chcon -Rt svirt_sandbox_file_t vertexai/ +