Open Data/RDMP Tools

From Libopedia
Jump to navigation Jump to search
BACK TO OPEN DATA

Introduction

This wiki page details the installation and use of the DCC RDMP software (RDMP = Research Data Management Plan) on an Ubuntu 14.04 LTS server with the "RubyonRails" web development framework installed.

Installation

Step 1 - Install Ubuntu server

Install an Ubuntu server as per:

http://ubuntu.sun.ac.za/wiki/index.php/Enterprise_Server_Management

Step 2 - Install RubyonRails framework on the server

Login to the server and then type the following;

sudo apt-get install ruby rails git mysql-server mysql-client libmysqlclient-dev

Step 3 - Get the DMP code

Type the following;

sudo -i
git clone https://github.com/DigitalCurationCentre/DMPonline_v4.git

Operation

To do.

References