README.md

April 22, 2018 ยท View on GitHub

DMPlanner

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.

Author

Alexander Schwarz | ORCiD

Technologies

  • Python 3.6
  • Flask
  • Docker
  • Bootstrap 4.0
  • JQuery

Usage

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.

  1. The docker image can be built with: $ docker build -t dmplanner-image .
  2. 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.

License

MIT