code-forge/README.md

20 lines
553 B
Markdown
Raw Normal View History

2024-04-11 03:30:24 +00:00
# Code Forge
Forgejo instance serving https://forge.karnov.club.
2024-11-06 03:23:43 +00:00
## Usage
### Starting the Forgejo instance
2024-04-11 03:30:24 +00:00
Using [spud](https://forge.karnov.club/spadinastan/spud), just `spud start ./service.yml`!
2024-04-11 03:30:24 +00:00
### Starting runners
2024-04-11 03:30:24 +00:00
2024-11-06 03:23:43 +00:00
Runner metadata (i.e. version, per-instance configuration) is defined under `metadata.json`.
Before starting the runners, they should be registered via `RUNNER_HOME=... ./runners.py register`. An interactive prompt needs to be filled for each runner to enter details and tokens.
2024-04-11 03:30:24 +00:00
```
2024-11-06 03:23:43 +00:00
RUNNER_HOME=<path> ./runners.py start
```