Änderungen von Dokument 03 Projekt Setupguide ONYX

Zuletzt geändert von Carina Enke am 26.11.2025

Von Version 378.1
bearbeitet von Carina Enke
am 13.02.2024
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 381.2
bearbeitet von Carina Enke
am 15.11.2025
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Titel
... ... @@ -1,1 +1,1 @@
1 -Projekt Setupguide ONYX
1 +03 Projekt Setupguide ONYX
Inhalt
... ... @@ -1,15 +1,16 @@
1 -
1 +{{section}}
2 +{{column width="60%"}}
2 2  == System requirements ==
3 3  
4 4  === All components ===
5 5  
6 6  * Linux-based OS
7 -* Java 17
8 +* Java 21
8 8  * Apache Tomcat 9 (latest update)
9 9  
10 10  === ONYX Editor (additionally) ===
11 11  
12 -* PostgreSQL 12
13 +* PostgreSQL 16
13 13  * Java unlimited security enabled
14 14  
15 15  {{code}}
... ... @@ -17,6 +17,18 @@
17 17  Download from http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html
18 18  {{/code}}
19 19  
21 +
22 +{{/column}}
23 +
24 +{{column width="30%"}}
25 +{{panel title="Inhalt"}}
26 +{{toc start="2"/}}
27 +{{/panel}}
28 +
29 +
30 +{{/column}}
31 +{{/section}}
32 +
20 20  === Build process ===
21 21  
22 22  * Linux-based OS
... ... @@ -26,13 +26,6 @@
26 26  * Eclipse Maven integration (m2)
27 27  
28 28  
29 -{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Inhalt"}}
30 -{{toc start="2"/}}
31 -
32 -
33 -{{/panel}}
34 -
35 -
36 36  == Steps for build ==
37 37  
38 38  All ONYX parts are delivered as Eclipse projects
... ... @@ -43,7 +43,6 @@
43 43  * onyx (ONYX QTI core)
44 44  * LaTeXRenderer (LaTeX image renderer connector, used to render LaTeX math formulas to images, which can be included in PDFs. This project only offers an interface to connect whatever lib you want, e.g. jlatexmath (GPL, delivered as example)
45 45  
46 -
47 47  * Use Eclipse
48 48  * Import -> Existing project, start with LaTeXRenderer project
49 49  * Import all four projects
... ... @@ -50,16 +50,14 @@
50 50  
51 51  Due to license restrictions the **project LaTeXRenderer** is not linked or integrated by default. This must be done manually.
52 52  
53 -{{code}}
58 +{{info}}
54 54  Ensure that project dependency from preWebOnyx and preWebEditor to LaTeXRenderer is fulfilled.
55 55  Ensure that project LaTeXRenderer exports all libs in /libs folder (you may get ClassNotFoundExceptions in Tomcat otherwise, if you still get them add all libs from project LaTeXRenderer to Tomcat classpath manually)
61 +{{/info}}
56 56  
57 -
58 -{{/code}}
59 -
60 60  (% style="line-height:1.4285715" %)**Maven will build all projects automatically**(%%) (you can do this manually on console, anyhow this is not tested in development environment and may disturb Eclipse Maven integration)
61 61  
62 -(% style="line-height:1.4285715" %)**Setup database for ONYX Editor**
65 +**Setup database for ONYX Editor**
63 63  
64 64  * Locate setupdatabase.postgre.sql
65 65  * Log on to Postgres
... ... @@ -81,7 +81,7 @@
81 81  
82 82  **preWebOnyx**
83 83  
84 -* Locate onyxplugin.default.config.xml, copy it to a classpath folder and rename to //onyxplugin.config.xml//
87 +* Locate onyxplugin.default.config.xml, copy it to a classpath folder and rename to onyxplugin.config.xml
85 85  * Configure as needed
86 86  * Service provider named “preview” is required if used as preview instance for ONYX Editor
87 87