ITISFoundation / cookiecutter-osparc-service

A cookiecutter for integrating services in oSparc simcore platform
MIT License
0 stars 5 forks source link

✨ Updates cookiecutter with non-invasive Makefile and prepare for dynamic-services #108

Closed pcrespov closed 1 year ago

pcrespov commented 1 year ago

What do these changes do?

This PR improves the layout of the cookiecutter to produce an integration code that less intrusive and prepares the ground to support dynamic-services.

Based on the simplified .osparc setup done in https://github.com/ITISFoundation/IEC62209-service/tree/main/.osparc, we add the following changes:

NOTE: for the moment the new Makefile will co-exist with the current Makefile until all functionality in the former are replaced.

Related issue/s

How to test

make devenv
source .venv/bin/activate
make play