From f7bae5730ac7825893d51efd9f30cde03541828c Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 11 Apr 2023 15:03:31 -0500 Subject: [PATCH] Update README --- gitea/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gitea/README.md b/gitea/README.md index 8aa5025..b025452 100644 --- a/gitea/README.md +++ b/gitea/README.md @@ -1,6 +1,17 @@ -## Deployment notes +## Deployment Notes ### Gitea + +#### Build gitea/act_runner Docker Container +1. To build the `act_runner` container from Gitea, in another directory run: +``` +git clone https://gitea.com/gitea/act_runner +cd act_runner +docker build -t cerc/act-runner:local . +``` + +#### Deploy Gitea Stack 1. `cd ./gitea` +1. Build the task executor container: `docker build -t cerc/act-runner-task-executor:local -f Dockerfile.task-executor .` 1. Run the script `./run-this-first.sh` 1. Bring up the gitea cluster `docker compose up -d` 1. Run the script `./initialize-gitea.sh`