This cookiecutter template automatically generates the general file structure for a new CADET-RDM-Example. Please refer to https://github.com/cookiecutter/cookiecutter for additional information.
- Katharina Paul
- Ronald Jäpel
- Hannah Lanzrath
-
Clone this repository.
-
Set up the environment using the
cookiecutter_environment.yml
file. -
Navigate to the desired location of your new Example.
-
Run this command:
cookiecutter /path/to/cloned/cookiecutter-repository/
-
Enter your input to all upcoming questions. Click Enter to assign the default values given in (). Following this, the file structure will be automatically generated.
-
Run this CADET-RDM command to add the remaining files and complete the RDM-Example file structure:
rdm init
-
Add git remote origins for project repository and output repository
-
Run the following CADET-RDM commands in the directory of the project repository to automatically stage and push all changes within the project and output repository:
rdm check
rdm push