DMPbelgium / DMPonline_v4

online data management planning tool
https://dmponline.be
2 stars 1 forks source link

= DMPonline v4

DMPonline is the DCC's data management planning tool, available at https://dmponline.be

Development of the DMPonline by the Digital Curation Centre has been funded by JISC. JISC inspires UK colleges and universities in the innovative use of digital technologies, helping to maintain the UK's position as a global leader in education. www.jisc.ac.uk

This is just the application code, the accompanying question data available at https://dmponline.dcc.ac.uk is not included.

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.

== Documentation & Support

== Bugs & Feature Requests

== Prerequisites

DMPonline is a Ruby on Rails application and you will need to have Ruby 2.0.0p247 or greater installed on your server and a MySQL server v5.0 or greater.

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

== Getting Started

  1. At the command prompt, create a new Rails application: rails new myapp (where myapp is the application name)

  2. Change directory to myapp and start the web server: cd myapp; rails server (run with --help for options)

  3. Go to http://localhost:3000/ and you'll see: "Welcome aboard: You're riding Ruby on Rails!"

  4. Follow the guidelines to start developing your application. You can find the following resources handy:

== Copyright

Copyright (c) 2013 Digital Curation Centre, University of Edinburgh.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses.