-
René Schöne authored
- replace project_gitlab_id with $System.env.CI_PROJECT_ID, update readme - cache gradle distro - fix diagram creation - add git remote after init
René Schöne authored- replace project_gitlab_id with $System.env.CI_PROJECT_ID, update readme - cache gradle distro - fix diagram creation - add git remote after init
README.md 427 B
Cookiecutter template for relational RAG projects
Requirements:
- Cookiecutter (0.7.0+) installed, e.g., using
pip install cookiecutter
.
Usage:
- Create a new project. Note the URL to clone the project.
- Run
cookiecutter https://git-st.inf.tu-dresden.de/jastadd/project-templates/relast
and put in your information, especially the URL from step 1 asproject_url
.