This project aims at improving the UI and UX of RDMO. It also adapts the RKI theme used in the datalinker to RDMO.
- Follow the RDMO documentation to enable the support for themes
- Follow the RDMO documentation to change Display Name and Domain Name to
RDMO
- Checkout this repository on your machine
- Check if the version in VERSION matches the RDMO version
- Otherwise, checkout the correct tag from the repository
- Remove all files in
rdmo-app/theme
- Copy all files from
rdmo-rki-theme/theme
intordmo-app/theme
, overwrite - Copy all files from
rdmo-rki-theme/local
intordmo-app/env/lib/python3.6/site-packages/rdmo/locale
, overwrite - Copy all files and folders from
rdmo-rki-theme/projects
intordmo-app/env/lib/python3.6/site-packages/rdmo/projects
, overwrite
Repeat step 3. to 7. whenever the theme or RDMO is updated.