doc: more documentation

This commit is contained in:
Mathew Guest 2024-08-30 01:04:01 -06:00
parent 8691c40fc1
commit 90ecad762d

@ -10,6 +10,7 @@ Installation
------------ ------------
1. provision gitea-runner user, with home directory and clone this repo inside of it. 1. provision gitea-runner user, with home directory and clone this repo inside of it.
1. Install docker-rootless, provision sid and gid ranges 1. Install docker-rootless, provision sid and gid ranges
/etc/subuid and /etc/subgid need configured
1. Install 3 systemd units, 2 user-level and 1-system level to run dbus, docker (rootless), and act_runner 1. Install 3 systemd units, 2 user-level and 1-system level to run dbus, docker (rootless), and act_runner
1. Install .bashrc or .profile config for user to connect to dbus, needed for systemd 1. Install .bashrc or .profile config for user to connect to dbus, needed for systemd
1. Start and enable the systemd units/services 1. Start and enable the systemd units/services