docs: refactor into user and developer docs

This commit is contained in:
Benjamin Labrecque
2026-07-21 16:40:41 +02:00
parent 440f4eb005
commit 2a74d1e2be
11 changed files with 4 additions and 16 deletions
@@ -19,6 +19,10 @@ TODO: need to regenerate `~/gitea-runner/.runner` with correct label `hla-dev`
```shell
<install command>
sudo su svcusr-sls2hla
# Set up hla deployment dir
mkdir /sls/bd/hla
chmod 755 /sls/bd/hla
...
mkdir ~/.local/bin
View File
-16
View File
@@ -1,16 +0,0 @@
# HLA - High Level Application
## Hosts
sls-vserv-bd-hla01(-dev)
## Setup
```shell
sudo su svcusr-sls2hla
mkdir /sls/bd/hla
chmod 755 /sls/bd/hla
pip install uv
```
`pip install uv` installs in `~/.local/bin/uv`