@Sam Rust Sam Rust authored on 5 Feb 2020
.github/ workflows Commented out github workflow for rubocop (#2370) 4 years ago
app enable js.erb parsing with webpacker, rename references to tinymce.js, and properly get the asset_path for the tinymce content stylesheet 4 years ago
bin renamed yml examples. added them to bin/setup and added eslint init to travis 5 years ago
config enable js.erb parsing with webpacker, rename references to tinymce.js, and properly get the asset_path for the tinymce content stylesheet 4 years ago
db Add functionality for School/Department for an organisation. 4 years ago
doc converted svg to png 5 years ago
lib add confirmation dialog and fix merge logic 4 years ago
log DMPonline4 - RAILS 4.0 (#4) 7 years ago
public removed ref to skin.min.css.map in tinymce skin file 5 years ago
spec pray to js-test gods 4 years ago
.babelrc forgot to add .babelrc as it was gitignored 5 years ago
.eslintrc.json Add typeahead field for Grant ID 5 years ago
.gitignore rebased off development, added devise.rb back to gitignore 4 years ago
.rubocop.yml removed travis 4 years ago
.travis.yml Merge branch 'development' into travis-tweak 4 years ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 6 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 5 years ago
Gemfile Refactor of usage dashboard (moved logic from JS to Ruby) (#2336) 4 years ago
Gemfile.lock Refactor of usage dashboard (moved logic from JS to Ruby) (#2336) 4 years ago
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 6 years ago
LICENSE.md Merging current stable development branch into master (#23) 7 years ago
PULL_REQUEST_TEMPLATE.md Create PULL_REQUEST_TEMPLATE.md 6 years ago
Procfile Update asset structure with webpacker gem 5 years ago
README.md renamed yml examples. added them to bin/setup and added eslint init to travis 5 years ago
README.rdoc Merging current stable development branch into master (#23) 7 years ago
Rakefile Merging current stable development branch into master (#23) 7 years ago
config.ru Merging current stable development branch into master (#23) 7 years ago
package.json enable js.erb parsing with webpacker, rename references to tinymce.js, and properly get the asset_path for the tinymce content stylesheet 4 years ago
yarn.lock Update dependencies (#2329) 4 years ago
README.md

DMP Roadmap

DMP Roadmap is a Data Management Planning tool. Management and development of DMP Roadmap is jointly provided by the Digital Curation Centre (DCC), http://www.dcc.ac.uk/, and the University of California Curation Center (UC3), http://www.cdlib.org/services/uc3/

The tool has four main functions:

  1. To help create and maintain different versions of Data Management Plans;
  2. To provide useful guidance on data management issues and how to meet research funders' requirements;
  3. To export attractive and useful plans in a variety of formats;
  4. To allow collaborative work when creating Data Management Plans.

Click here for the latest [releases].(https://github.com/DMPRoadmap/roadmap/releases/) Build Status

Pre-requisites

Roadmap is a Ruby on Rails application and you will need to have:

  • Ruby >= 2.4.4
  • Rails >= 4.2
  • MySQL >= 5.0 OR PostgreSQL

Further detail on how to install Ruby on Rails applications are available from the Ruby on Rails site: http://rubyonrails.org

Further details on how to install MySQL and create your first user and database. Be sure to follow the instructions for your particular environment.

You may also find the following resources handy:

Installation

See the Installation Guide on the Wiki

Troubleshooting

See the Troubleshooting Guide on the Wiki

Support

Issues should be reported here on Github Issues Please be advised though that we can only provide limited support for your local installations.

Become a contributor

If you would like to contribute to the project. Please follow these steps to submit a contribution:

  • Comment on the Github issue (or create one if one does not exist) and let us know that you're working on it.
  • Fork the project (if you have not already) or rebase your fork so that it is up to date with the current repository's 'development' branch
  • Create a new branch in your fork. This will ensure that you are able to work at your own pace and continue to pull in any updates made to this project.
  • Make your changes in the new branch
  • When you have finished your work, make sure that your version of the 'development' branch is still up to date with this project. Then merge your new branch into your 'development' branch.
  • Then create a new Pull Request (PR) to this project's 'contributions' branch in GitHub
  • The project team will then review your PR and communicate with you to convey any additional changes that would ensure that your work adheres to our guidelines.

See the Contribution Guide on the Wiki for more details

License

The DMP Roadmap project uses the MIT License.