docs: extract docs to docs/
Create a new service / deploy (push) Failing after 1s

This commit is contained in:
Benjamin Labrecque
2026-06-30 15:53:13 +02:00
parent 748aabce76
commit c24e1d23d3
3 changed files with 52 additions and 42 deletions
-42
View File
@@ -19,45 +19,3 @@ ping sls-lca.psi.ch
- sls-lc9
- sls-vserv-bd-01-dev
- sls-vserv-bd-hla01-dev
## IOCs
Start up an IOC shell:
```shell
iocsh AGEBD-CPCL-MASTER_main.subs
```
then you can run commands to interact with EPICS.
List available PVs:
```shell
> dbl
```
### Install
On `sls-lc*`
```shell
ioc install -V --ioc AGEBD-CPCL-TUNEFBX clean
```
Result: on ioc host, e.g. `sls-vserv-bd-01-dev`
```shell
vim /etc/shellbox/<port-number>
```
## TODOS / Notes (to be removed/moved)
Had to manually do
```
pip install uv
```
on `sls-vserv-bd-hla01-dev`
which installs in `~/.local/bin/uv`
+17
View File
@@ -0,0 +1,17 @@
# HLA - High Level Application
## Hosts
sls-vserv-bd-hla01(-dev)
## Setup
Had to manually do
```
pip install uv
```
on `sls-vserv-bd-hla01-dev`
which installs in `~/.local/bin/uv`
+35
View File
@@ -0,0 +1,35 @@
# IOC
## Host
sls-vserv-bd-01(-dev)
## Shell
Start up an IOC shell:
```shell
iocsh AGEBD-CPCL-MASTER_main.subs
```
then you can run commands to interact with EPICS.
List available PVs:
```shell
> dbl
```
## Install
On `sls-lc*`
```shell
ioc install -V --ioc AGEBD-CPCL-TUNEFBX clean
```
Result: on ioc host, e.g. `sls-vserv-bd-01-dev`
```shell
vim /etc/shellbox/<port-number>
```