19 lines
553 B
Markdown
19 lines
553 B
Markdown
# Code Forge
|
|
|
|
Forgejo instance serving https://forge.karnov.club.
|
|
|
|
## Usage
|
|
|
|
### Starting the Forgejo instance
|
|
|
|
Using [spud](https://forge.karnov.club/spadinastan/spud), just `spud start ./service.yml`!
|
|
|
|
### Starting runners
|
|
|
|
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.
|
|
|
|
```
|
|
RUNNER_HOME=<path> ./runners.py start
|
|
```
|