EOA Publication Platform 1.5

The back-end of this platform resembles the layout of the original EOA publication platform with some significant differences:

  • Updated version of Django

  • Introduction of Django-CMS for non-publication pages

  • Platform is split up into different apps

Install Publication Platform

Run locally

Set up a server

Configuring styles

Import publication

Update components

In order to update components (e.g. a bit of a template was changed in eoapublications), do the following:

  • Stop the server (this assumes that the platform is run with python manage.py runserver):

    pip uninstall -y django-eoapublications && pip install git+git://github.molgen.mpg.de/EditionOpenAccess/django-eoapublications
    
  • If necessary, apply new migrations:

    python manage.py migrate eoapublications
    
  • Restart the server:

    python manage.py runserver 0.0.0.0:$PORT