Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 2, 2024
1 parent 3d91366 commit 6540f75
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 217 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,17 @@ mkdir -p ~/.local/share/bash-completion/completions
podman completion bash > ~/.local/share/bash-completion/completions/podman
```

Some users who have set up podman sockets in the past may get errors with `module load docker-compose`. If you do then do the following and then re-run it.
```bash
/dls_sw/apps/setup-podman/setup.sh
sed -i ~/.config/containers/containers.conf -e '/label=false/d' -e '/^\[containers\]$/a label=false'
```

### Local Developer Environment
To launch a development environment on a workstation, including phoebus:
```bash
git clone [email protected]:gilesknap/bl01t.git
cd bl01t
alias ec='podman compose' # just for convenience
export COMPOSE_PROFILES=develop UIDGID=0:0 EPICS_CA_ADDR_LIST=127.0.0.1
ec up -d
Expand All @@ -50,7 +58,7 @@ ec exec bl01t-di-cam-01 bash
# delete a service (deletes the container)
ec down bl01t-di-cam-01
# create and launch a single service (plus its dependencies)
ec up bl01tt-di-cam-01 -d
ec up bl01t-di-cam-01 -d
```

### Deploy To Beamline Servers
Expand Down
21 changes: 0 additions & 21 deletions argo/.helmignore

This file was deleted.

23 changes: 0 additions & 23 deletions argo/Chart.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions argo/templates/NOTES.txt

This file was deleted.

32 changes: 0 additions & 32 deletions argo/templates/_helpers.tpl

This file was deleted.

52 changes: 0 additions & 52 deletions argo/templates/deployment.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions argo/templates/service.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions argo/values-production.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions argo/values.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ include:
- include/init.yml

# all profiles
- services/bl01t-di-cam-01/compose.yml
- services/bl01t-ea-test-01/compose.yml
- services/bl01t-di-cam-01/compose.yml

# develop profile only
- services/phoebus/compose.yml
Expand Down

0 comments on commit 6540f75

Please sign in to comment.