Änderungen von Dokument 03 Projekt Setupguide ONYX

Zuletzt geändert von Carina Enke am 19.02.2024

Von Version 345.1
bearbeitet von tleu
am 17.04.2015
Änderungskommentar: Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 1.0.
Auf Version 348.1
bearbeitet von sandra_riediger
am 15.12.2014
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Titel
... ... @@ -1,1 +1,1 @@
1 -Projekt Setupguide ONYX
1 +ONYX project setup guide
Dokument-Autor
... ... @@ -1,1 +1,1 @@
1 -XWiki.tleu
1 +XWiki.sandra_riediger
Inhalt
... ... @@ -53,7 +53,7 @@
53 53  Apache Tomcat8 (latest update)
54 54  )))
55 55  
56 -=== ONYX Editor (additionally) ===
56 +=== ONYX WebEditor (additionally) ===
57 57  
58 58  * PostGreSQL (8.4.21 or later)
59 59  * Java unlimited security enabled
... ... @@ -77,7 +77,7 @@
77 77  
78 78  
79 79  
80 -* preOnyx (ONYX QTI test player)
80 +* preWebOnyx (ONYX QTI test player)
81 81  * preWebEditor (ONYX QTI test editor)
82 82  * onyx (ONYX QTI core)
83 83  * 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)
... ... @@ -99,7 +99,7 @@
99 99  
100 100  (% 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)
101 101  
102 -(% style="line-height: 1.4285715;" %)**Setup database for ONYX Editor**
102 +(% style="line-height: 1.4285715;" %)**Setup database for ONYX WebEditor**
103 103  
104 104  * Locate setupdatabase.postgre.sql
105 105  * Log on to Postgres
... ... @@ -125,7 +125,7 @@
125 125  
126 126  * Locate onyxplugin.default.config.xml, copy it to a classpath folder and rename to //onyxplugin.config.xml//
127 127  * Configure as needed
128 -* Service provider named “preview” is required if used as preview instance for ONYX Editor
128 +* Service provider named “preview” is required if used as preview instance for ONYX WebEditor
129 129  
130 130  **preWebEditor**
131 131  
... ... @@ -155,6 +155,22 @@
155 155  **
156 156  {{/layout-cell}}
157 157  {{/layout-section}}
158 +
159 +{{layout-section ac:type="two_right_sidebar"}}
160 +{{layout-cell}}
161 +====== untergeordnete Seiten: ======
162 +
163 +
164 +
165 +{{children all="true"/}}
166 +{{/layout-cell}}
167 +
168 +{{layout-cell}}
169 +====== relevante Links: ======
170 +
171 +* [[lorem ipsum>>url:https://www.bps-system.de/help/display/OPAL/Handbuch+OPAL||shape="rect"]]
172 +{{/layout-cell}}
173 +{{/layout-section}}
158 158  {{/layout}}
159 159  {{/sv-translation}}
160 160  
... ... @@ -166,11 +166,34 @@
166 166  
167 167  
168 168  
169 -{{toc maxLevel="5" style="square" outline="true" absoluteUrl="true"/}}
185 +{{toc style="square" maxLevel="5" outline="true" absoluteUrl="true"/}}
170 170  {{/layout-cell}}
171 171  
172 172  {{layout-cell}}
189 +|=(% colspan="1" %)(% colspan="1" %)
190 +(((
191 +Programmversion
192 +)))|(% colspan="1" %)(% colspan="1" %)
193 +(((
173 173  
195 +)))
196 +|=(((
197 +Status
198 +)))|(((
199 +(% class="status-macro aui-lozenge aui-lozenge-error" %)DRAFT
200 +)))
201 +|=(((
202 +Aufgaben
203 +)))|(((
204 +
205 +
206 +
207 +)))
208 +|=(((
209 +JIRA
210 +)))|(((
211 +
212 +)))
174 174  {{/layout-cell}}
175 175  {{/layout-section}}
176 176  
... ... @@ -210,17 +210,18 @@
210 210  
211 211  == Steps for build ==
212 212  
213 -All ONYX parts are delivered as Eclipse projects:
252 +All ONYX parts are delivered as Eclipse projects
214 214  
254 +
255 +
215 215  * preWebOnyx (ONYX QTI test player)
216 216  * preWebEditor (ONYX QTI test editor)
217 217  * onyx (ONYX QTI core)
218 -* (((
219 -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)
220 -)))
259 +* 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)
260 +
261 +
221 221  
222 -Use Eclipse:
223 -
263 +* Use Eclipse
224 224  * Import -> Existing project, start with LaTeXRenderer project
225 225  * Import all four projects
226 226  
... ... @@ -230,6 +230,7 @@
230 230  Ensure that project dependency from preWebOnyx and preWebEditor to LaTeXRenderer is fulfilled.
231 231  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)
232 232  
273 +
233 233  {{/code}}
234 234  
235 235  **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)
... ... @@ -276,9 +276,7 @@
276 276  * Configure Tomcat deployment to use different ports
277 277  * Check path the applications are mounted to
278 278  * Start Tomcat(s)
279 -* (((
280 -Call http:~/~/localhost:<port>/<path> in browser
281 -)))
320 +* Call http:~/~/localhost:<port>/<path> in browser
282 282  
283 283  == Important notes ==
284 284  
Confluence.Code.ConfluencePageClass[0]
id
... ... @@ -1,1 +1,1 @@
1 -6924841
1 +3342827
url
... ... @@ -1,1 +1,1 @@
1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/6924841/Projekt Setupguide ONYX
1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/3342827/ONYX project setup guide