DMPlanner helps you create the final version of your data management plan by extracting information from ORCiD and public repositories you used for your project.
Alexander Schwarz | ORCiD
- Python 3.6
- Flask
- Docker
- Bootstrap 4.0
- JQuery
The easiest way to run DMPlanner is with docker. If files from Zenodo records should be imported automatically your personal API key has to be written into the dmplanner.config file before you create the docker image.
- The docker image can be built with:
$ docker build -t dmplanner-image .
- After that the image can be started with:
$ docker run -p 5000:5000 --name dmplanner dmplanner-image
If everything is working DMPlanner should be running on localhost:5000
.