Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 574 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 574 Bytes

Template For epics-containers Generic IOC repositories

To create a new Generic IOC

Activate a Python virtual environment, then:

pip install copier
# this will create a new folder ioc-MyNewProject
copier copy gh:epics-containers/ioc-template --trust ioc-MyNewProject

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 .