Wiki-Quellcode von ONYX project setup guide

Version 357.1 von sandra_riediger am 15.12.2014

Verstecke letzte Bearbeiter
Carina Enke 124.1 1 {{layout}}
Carina Enke 276.1 2 {{layout-section ac:type="two_right_sidebar"}}
3 {{layout-cell}}
Carina Enke 288.1 4 ====== Inhalt: ======
5
6
7
sandra_riediger 352.1 8 {{toc style="square" maxLevel="5" outline="true" absoluteUrl="true"/}}
Carina Enke 276.1 9 {{/layout-cell}}
10
11 {{layout-cell}}
tleu 338.1 12 |=(% colspan="1" %)(% colspan="1" %)
13 (((
14 Programmversion
15 )))|(% colspan="1" %)(% colspan="1" %)
16 (((
Carina Enke 288.1 17
tleu 338.1 18 )))
19 |=(((
20 Status
21 )))|(((
22 (% class="status-macro aui-lozenge aui-lozenge-error" %)ENTWURF
23 )))
24 |=(((
25 Aufgaben
26 )))|(((
27
Carina Enke 276.1 28
Carina Enke 288.1 29
tleu 338.1 30 )))
31 |=(((
32 JIRA
33 )))|(((
34
35 )))
Carina Enke 276.1 36 {{/layout-cell}}
Carina Enke 124.1 37 {{/layout-section}}
38
Carina Enke 276.1 39 {{layout-section ac:type="single"}}
Carina Enke 124.1 40 {{layout-cell}}
41 == System requirements ==
42
43 === All components ===
44
45 * (((
46 Linux-based OS
47 )))
48 * (((
sandra_riediger 356.1 49 Oracle Java7 (latest update)
Carina Enke 124.1 50 )))
51 * (((
sandra_riediger 356.1 52 Apache Tomcat7 (latest update)
Carina Enke 124.1 53 )))
54
tleu 346.1 55 === ONYX WebEditor (additionally) ===
Carina Enke 124.1 56
Carina Enke 168.1 57 * PostGreSQL (8.4.21 or later)
Carina Enke 124.1 58 * Java unlimited security enabled
59
60 {{code}}
61 http://stackoverflow.com/questions/6481627/java-security-illegal-key-size-or-default-parameters
sandra_riediger 356.1 62 Download from http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html
Carina Enke 124.1 63 {{/code}}
64
65 === Build process ===
66
67 * Linux-based OS
Carina Enke 288.1 68 * Oracle Java7 (latest update)
Carina Enke 124.1 69 * Eclipse for JEE (Kepler or later)
70 * Maven2
71 * Eclipse Maven integration (m2)
72
73 == Steps for build ==
74
75 All ONYX parts are delivered as Eclipse projects
76
Carina Enke 276.1 77
Carina Enke 124.1 78
tleu 346.1 79 * preWebOnyx (ONYX QTI test player)
Carina Enke 124.1 80 * preWebEditor (ONYX QTI test editor)
81 * onyx (ONYX QTI core)
82 * 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)
83
84
85
86 * Use Eclipse
87 * Import -> Existing project, start with LaTeXRenderer project
88 * Import all four projects
89
90 Due to license restrictions the **project LaTeXRenderer** is not linked or integrated by default. This must be done manually.
91
92 {{code}}
93 Ensure that project dependency from preWebOnyx and preWebEditor to LaTeXRenderer is fulfilled.
94 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)
95
96
97 {{/code}}
98
99 (% 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)
100 {{/layout-cell}}
101 {{/layout-section}}
tleu 346.1 102
103 {{layout-section ac:type="two_right_sidebar"}}
104 {{layout-cell}}
105 ====== untergeordnete Seiten: ======
106
107
108
109 {{children all="true"/}}
110 {{/layout-cell}}
111
112 {{layout-cell}}
113 ====== relevante Links: ======
114
115 * [[lorem ipsum>>url:https://www.bps-system.de/help/display/OPAL/Handbuch+OPAL||shape="rect"]]
116 {{/layout-cell}}
117 {{/layout-section}}
Carina Enke 124.1 118 {{/layout}}