Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes here will be overwritten by Copier
_commit: 1.3.0
_src_path: gh:DiamondLightSource/python-copier-template
_src_path: https://github.com/DiamondLightSource/python-copier-template
author_email: giles.knap@diamond.ac.uk
author_name: Giles Knap
component_owner: group:default/sscc
Expand Down
4 changes: 2 additions & 2 deletions docs/how-to/copier_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ In this case you can still do an update using the 'copy' command - you just need
For the generic IOC case:

```bash
copier copy gh:epics-containers/ioc-template --trust .
copier copy https://github.com/epics-containers/ioc-template --trust .
```

For the beamline case:

```bash
copier copy gh:epics-containers/services-template-helm .
copier copy https://github.com/epics-containers/services-template-helm .
```

In both cases you should select Y for each notice of a conflict, then resolve those conflicts in your editor.
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/create_beamline.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ NOTE: for these tutorials we will use your personal GitHub Account to store ever
1. Use copier to copy the services template repository to a new repository named `t01-services`. Note that there are two services templates, one for local deployments (using docker compose) and one for deployments to Kubernetes. We will use the local deployment template here.

```bash
copier copy gh:epics-containers/services-template-compose t01-services
copier copy https://github.com/epics-containers/services-template-compose t01-services
```

Note the benefits of using copier to create a new repository:
Expand All @@ -58,7 +58,7 @@ NOTE: for these tutorials we will use your personal GitHub Account to store ever
1. Answer the copier template questions with their default values as follows:

<pre><font color="#75507B">hgv27681</font>@<font color="#C4A000">pc0116</font>: <font color="#729FCF"><b>/scratch/hgv27681/work</b></font>
$ copier copy gh:epics-containers/services-template-compose t01-services <font color="#4E9A06">[10:47:49]</font>
$ copier copy https://github.com/epics-containers/services-template-compose t01-services <font color="#4E9A06">[10:47:49]</font>
This template will create a new repository for deploying IOCs and services to
the local machine using docker compose.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/generic_ioc.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ your personal GitHub user space.
```bash
source $HOME/ec-venv/bin/activate
# this will create the folder ioc-lakeshore340 in the current directory
copier copy gh:epics-containers/ioc-template --trust ioc-lakeshore340
copier copy https://github.com/epics-containers/ioc-template --trust ioc-lakeshore340
```
1. Answer the copier template questions as follows:
<pre><font color="#5F87AF">🎤</font><b> A name for this project. By convention the name will start with ioc- and</b>
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/setup_k8s_new_beamline.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ As before, we will use a copier template to create the new beamline repository.

```bash
# make sure your Python virtual environment is active and copier is pip installed
copier copy gh:epics-containers/services-template-helm t03-services
copier copy https://github.com/epics-containers/services-template-helm t03-services
```

Answer the copier template questions as follows for your own local cluster:
Expand Down