Skip to content

weiweishi/DMPonline_v4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMPonline v4

DMPonline is the DCC’s data management planning tool, available at dmponline.dcc.ac.uk

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 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

  • You can contact us by email, dmponline@dcc.ac.uk, but we can only provide limited support for your installation

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, rubyonrails.org

Getting Started

  1. At the command prompt, create a new Rails application:

    <tt>rails new myapp</tt> (where <tt>myapp</tt> is the application name)
  2. Change directory to myapp and start the web server:

    <tt>cd myapp; rails server</tt> (run with --help for options)
  3. Go to 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 © 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 www.gnu.org/licenses.

About

New code for DMPonline developed by DCC

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 75.4%
  • Ruby 15.1%
  • JavaScript 5.3%
  • CSS 4.2%