Update README

This commit is contained in:
Thomas E Lackey 2023-04-11 15:03:31 -05:00
parent 6e7ff26347
commit f7bae5730a

View File

@ -1,6 +1,17 @@
## Deployment notes ## Deployment Notes
### Gitea ### 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. `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. Run the script `./run-this-first.sh`
1. Bring up the gitea cluster `docker compose up -d` 1. Bring up the gitea cluster `docker compose up -d`
1. Run the script `./initialize-gitea.sh` 1. Run the script `./initialize-gitea.sh`