Änderungen von Dokument 03 Projekt Setupguide ONYX

Zuletzt geändert von Carina Enke am 26.11.2025

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

Zusammenfassung

Details

Seiteneigenschaften
Titel
... ... @@ -1,1 +1,1 @@
1 -03 Projekt Setupguide ONYX
1 +Projekt Setupguide ONYX
Inhalt
... ... @@ -1,27 +1,17 @@
1 -{{section}}
2 -{{column width="60%"}}
1 +
3 3  == System requirements ==
4 4  
5 5  === All components ===
6 6  
7 7  * Linux-based OS
8 -* Java 21
7 +* Java 17
9 9  * Apache Tomcat 9 (latest update)
10 10  
11 11  === ONYX Editor (additionally) ===
12 12  
13 -* PostgreSQL 16
12 +* PostgreSQL 12
14 14  * Java unlimited security enabled
15 15  
16 -{{/column}}
17 -
18 -{{column width="30%"}}
19 -{{panel title="Inhalt"}}
20 -{{toc start="2"/}}
21 -{{/panel}}
22 -{{/column}}
23 -{{/section}}
24 -
25 25  {{code}}
26 26  http://stackoverflow.com/questions/6481627/java-security-illegal-key-size-or-default-parameters
27 27  Download from http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html
... ... @@ -35,6 +35,14 @@
35 35  * Maven2
36 36  * Eclipse Maven integration (m2)
37 37  
28 +
29 +{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Inhalt"}}
30 +{{toc start="2"/}}
31 +
32 +
33 +{{/panel}}
34 +
35 +
38 38  == Steps for build ==
39 39  
40 40  All ONYX parts are delivered as Eclipse projects
... ... @@ -45,6 +45,7 @@
45 45  * onyx (ONYX QTI core)
46 46  * 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)
47 47  
46 +
48 48  * Use Eclipse
49 49  * Import -> Existing project, start with LaTeXRenderer project
50 50  * Import all four projects
... ... @@ -51,14 +51,16 @@
51 51  
52 52  Due to license restrictions the **project LaTeXRenderer** is not linked or integrated by default. This must be done manually.
53 53  
54 -{{info}}
53 +{{code}}
55 55  Ensure that project dependency from preWebOnyx and preWebEditor to LaTeXRenderer is fulfilled.
56 56  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)
57 -{{/info}}
58 58  
57 +
58 +{{/code}}
59 +
59 59  (% 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)
60 60  
61 -**Setup database for ONYX Editor**
62 +(% style="line-height:1.4285715" %)**Setup database for ONYX Editor**
62 62  
63 63  * Locate setupdatabase.postgre.sql
64 64  * Log on to Postgres
... ... @@ -80,7 +80,7 @@
80 80  
81 81  **preWebOnyx**
82 82  
83 -* Locate onyxplugin.default.config.xml, copy it to a classpath folder and rename to onyxplugin.config.xml
84 +* Locate onyxplugin.default.config.xml, copy it to a classpath folder and rename to //onyxplugin.config.xml//
84 84  * Configure as needed
85 85  * Service provider named “preview” is required if used as preview instance for ONYX Editor
86 86