Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

A template for creating new repos for describing services and IOCs within a given domain

License

Notifications You must be signed in to change notification settings

epics-containers/ec-services-template

Repository files navigation

Template For ec-services repositories

A template for creating new repos for describing services and IOCs within a given beamline or accelerator grouping.

To create a new ec-services repository

Activate a Python virtual environment, then:

pip install copier
# this will create a new folder MY_REPO_NAME
copier copy gh:epics-containers/ec-services-template --trust MY_REPO_NAME

You will be asked for a few details and the resulting project is ready to push.

To update an exising Generic IOC

Again you will need a virtual environment with copier installed. cd into the project you wish to update and execute the following:

copier update --trust .