RDMO Documentation
  • Installation
    • Install prerequisites
      • Linux
      • macOS
      • Windows
    • Obtaining the app directory
    • Install Python packages
    • Setup the application
      • Basic setup
      • Third party vendor files
      • RDMO development server
  • Deployment
    • Development server
    • Apache and mod_wsgi
    • Gunicorn
      • Systemd
      • NGINX as reverse proxy
      • Apache2 as reverse proxy
      • Static assets
  • Configuration
    • General settings
      • Secret key
      • Allowed hosts
      • Language and localization
      • Optional: Base URL
      • Optional: reverse proxy
    • Databases
      • PostgreSQL
      • MySQL
      • SQLite
      • Initializing the database
    • E-Mail
      • Send tasks via Email
      • Invite users to projects
    • Authentication
      • Django-allauth
      • LDAP
      • Shibboleth
      • Terms of use middleware
    • Export Formats
      • General Reference Documents
      • View Specific Reference Documents
    • Cache
    • Logging
    • OpenAPI, Swagger and Redoc
    • Project settings
      • Project tasks and views
      • Automatically synchronize tasks and views to projects
      • Sending tasks
      • Nested projects
      • Visible projects
      • Project file quota
      • Project import and export plugins
      • Project invitations
      • Restrict project creation
      • Project contact form
    • Multisite
      • Setup
      • Deployment
      • Shibboleth
  • Administration
    • Site configuration
    • Users and Groups
      • Roles
      • Groups
      • Superuser
    • Social accounts
      • ORCID
      • Github
      • Facebook
      • Twitter
      • Google
      • Keycloak
      • Add the social application
    • API
      • Authentication
      • API addresses
      • API access via the Swagger interface
      • API access via curl commands
      • API access via the RDMO API Client
  • Themes
    • Introduction
    • Create automatically
    • Create manually
    • Working with themes
      • SASS variables
      • Navigation bar
      • Home page text
      • Terms of Use
      • Emails
    • Custom translations
    • Markdown templates
  • Plugins
    • Project export plugins
    • Snapshot export plugins
    • Project import plugins
    • Option set providers
      • Setup of re3data optionset plugin
    • Issue providers
      • GitHub issue provider
      • GitLab issue provider
    • Examples of how to install plugins
      • Use pip
      • Copy files
  • Management
    • Management user interface
    • Data model
    • Views and their template syntax
      • Syntax overview
      • Calculations
      • Details on RDMO-specific tags and filters
      • Child projects
      • Metadata in exported documents
      • Custom pandoc version
    • Export and Import
      • Export
      • Import
    • User role concept in projects
    • Guide to develop a catalog in RDMO
      • Introduction
      • Explanation of the general relationships
      • Getting started
      • Step-by-Step guide to a first Catalog
      • Creating a new Catalog
      • Creating a first project with the new catalog
      • Basics
      • Future work
  • Development
    • Development setup
      • Install prerequisites
      • Obtain repositories
      • Setup rdmo-app
      • Setup rdmo
      • Setup plugins
    • Internationalisation
    • Testing
      • Setup tests
      • Running tests
      • Coverage
      • end-to-end tests
      • Testing the app
    • Fixtures
    • Releases
  • Upgrade
    • Upgrade to version 2.0.0
    • Upgrade to version 0.9.0
    • Upgrade to version 0.14
  • Advanced topics
    • SELinux
    • Multiple Reverse Proxies
    • Install RDMO without internet connection
    • Use uv to install a custom Python version
    • Content Security Policies
  • Frequently asked questions
RDMO Documentation
  • Management
  • View page source

Management

RDMO has an intricate content management system that allows users to customize and create content inside the RDMO web interface. The content itself determines the main usage of this web service and is described in the data model, views and their template syntax, and export and import sections. In projects, users can assign roles to each other. The different roles are described in the roles section.


  • Management user interface
  • Data model
  • Views and their template syntax
    • Syntax overview
    • Calculations
    • Details on RDMO-specific tags and filters
    • Child projects
    • Metadata in exported documents
    • Custom pandoc version
  • Export and Import
    • Export
    • Import
  • User role concept in projects
  • Guide to develop a catalog in RDMO
    • Introduction
    • Explanation of the general relationships
    • Getting started
    • Step-by-Step guide to a first Catalog
    • Creating a new Catalog
    • Creating a first project with the new catalog
    • Basics
    • Future work
Previous Next

© Copyright 2015-2018 Leibniz Institute for Astrophysics Potsdam (AIP). As part of the RDMO source code repository, this documentation is licensed under the Apache License, Version 2.0.

Built with Sphinx using a theme provided by Read the Docs.