Coder Social home page Coder Social logo

etspielberg / rdmo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rdmorganiser/rdmo

0.0 2.0 0.0 3.64 MB

A tool to support the planning, implementation, and organization of research data management.

Home Page: https://rdmorganiser.github.io

License: Apache License 2.0

Python 55.33% HTML 32.83% JavaScript 10.05% CSS 1.80%

rdmo's Introduction

RDMO - Research Data Management Organiser

Build Status Coverage Status

This project is currently in an early stage of development and by no means production ready.

More information will follow.

Setup

The setup on different platforms is covered in seperate documents:

Development server

The Django development server can be started using:

./manage.py runserver

Then, navigate to http://localhost:8000 in your browser.

Production setup

The development server is not suited to serve the application to the internet. Hosting RDMO on an actual webserver is covered on a separate page.

Testing

For running the test suite use:

./manage.py test

For a coverage report use:

./manage.py coverage
./manage.py coverage --html  # for an HTML coverage report

The HTML report can be viewed by opening htmlcov/index.html in a browser.

i18n

To update the locale files automatiacally run:

./manage.py makemessages -a --ignore=env/* --ignore=htmlcov/*

Then, edit the .po files in the locale directory. Afterwards run

./manage.py compilemessages

Graph models

To create/update the graphical representation of the datamodel, install graphviz:

On debian/Ubuntu systems, install a few prerequisites:

apt-get install graphviz-dev
pip install pygraphviz

Then create the image using:

./manage.py graph_models accounts domain questions projects -g > docs/figures/models.dot
dot -Tsvg -o docs/figures/models.svg docs/figures/models.dot
dot -Tpdf -o docs/figures/models.pdf docs/figures/models.dot
dot -Tpng -o docs/figures/models.png docs/figures/models.dot

rdmo's People

Contributors

jochenklar avatar mheger avatar

Watchers

James Cloos avatar Eike T. Spielberg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.