commit ec87b1a1183de98be5b91c9b3cf68bb130a1c64d parent f8549679436715941dd313edb0e83b80f23478ce Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Sun, 19 Sep 2021 22:02:17 +0200 Some setup information Diffstat:
M | README.md | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -22,3 +22,15 @@ Some scripts and assets to run https://src.jayvii.de ``` There are additional links for CSS and icon files. + +## Setup + +- Install [Stagit](https://www.codemadness.org/git/stagit/) on your Server +- Use this template: `git clone https://src.jayvii.de/pub/stagit-jayvii.de.git /var/www/git.myserver.com` +- Setup the HTML Root: `mkdir -p /var/www/git.myserver.com/{pub,priv}` +- Setup git-user: `useradd -r -m -U -d /var/www/git.myserver.com -s /bin/bash git` + +Optional: + +You may also setup SSH-credentials for the user or SSH-Auth keys. +You most likely want to setup a webserver (e.g. Apache2) with `/var/www/git.myserver.com` as its root-dir.