Skip to content

epub Renderer

Extend document renderer to render epub files.

Linqa Installation:

https://git.dmx.systems/dmx-plugins/dmx-linqa
https://git.dmx.systems/dmx-plugins/dmx-sign-up
https://git.dmx.systems/dmx-plugins/dmx-sendmail

Create directory modules-external next to bundle-deploy

  1. Go to modules-external
  2. Per project [sendmail|sign-up|linqa]
    2.1 git clone <project>
    2.2 cd <project>
    2.3 mvn clean install
    2.4 cd ..

Run Linqa:

  1. Launch platform, e.g.: mvn pax:run
  2. cd modules-external/dmx-linqa
  3. Launch Linqa dev server: npm run dev -> opens browser window localhost:8084
  4. Login with any DMX acount, e.g. admin and empty password
Edited by Jörg Richter