Giter VIP home page Giter VIP logo

rdmo-app's Introduction

RDMO - Research Data Management Organiser

RDMO is a tool to support the systematic planning, organisation and implementation of the data management throughout the course of a research project. RDMO is funded by the Deutsche Forschungsgemeinschaft (DFG).

Home Page
https://rdmorganiser.github.io
RDMO source code repository
https://github.com/rdmorganiser/rdmo
Documentation
http://rdmo.readthedocs.io
Demo
https://rdmo.aip.de

This repository contains the rdmo-app, to be forked and used together with rdmo.

How to install RDMO is documented here.

rdmo-app's People

Contributors

jochenklar avatar triole avatar mypydavid avatar aboettger-tuhh avatar henningtimm avatar jmfrenzel avatar

Stargazers

irfanhakim avatar Fab Ian Fuerste avatar

Watchers

James Cloos avatar  avatar Max Schröder avatar Harry Enke avatar  avatar  avatar  avatar

rdmo-app's Issues

Missing import BASE_DIR when using 'theme' in config/settings/sample.local.py

Using the config/settings/local.py being generated from config/settings/sample.local.py the app will not find start and crashes when having uncommented

THEME_DIR = os.path.join(BASE_DIR, 'theme')

The reason is that BASE_DIR is not defined because we also must import it in the first place via

import os
from . import BASE_DIR

Direct Version Download URL

Dear RDMO Team, is there the option for a direct version related download of the RDMO App like for the source code. For now I can only download the actual version of the RDMO app but for testing and version freeze it would be better to implement the version selective URL in my Dockerfile.

RDMO App Download URL for actual version: https://github.com/rdmorganiser/rdmo-app/archive/refs/heads/main.zip
RDMO App Download URL for specific version: xxxxxx ?

Thank you.

Tim Herrmann

Update the rdmo-app to use split settings and environment variables.

I've changed the rdmo-app to use environment variables (via python-dotenv) and split settings (eg. debug.py and production.py) in here:

Would it be useful to make this the standard for the rdmo-app master branch?
Might be hard to say with all the different deployments of rdmo out there..

The split settings implementation could also be modified, to use a .py for each authentication method for example. (allauth.py, shibboleth.py, ldap.py etc..)

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.