Änderungen von Dokument 03 Projekt Setupguide ONYX
Zuletzt geändert von Carina Enke am 24.11.2025
Von Version 360.1
bearbeitet von sandra_riediger
am 17.12.2014
am 17.12.2014
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Auf Version 329.1
bearbeitet von Carina Enke
am 08.03.2018
am 08.03.2018
Änderungskommentar:
Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 1.11.1.
Zusammenfassung
-
Seiteneigenschaften (2 geändert, 0 hinzugefügt, 0 gelöscht)
-
Objekte (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Dokument-Autor
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. sandra_riediger1 +XWiki.carina - Inhalt
-
... ... @@ -6,34 +6,13 @@ 6 6 7 7 8 8 9 -{{toc maxLevel="5" style="square"outline="true" absoluteUrl="true"/}}9 +{{toc maxLevel="5" outline="true" absoluteUrl="true" style="square"/}} 10 10 {{/layout-cell}} 11 11 12 12 {{layout-cell}} 13 -|=(% colspan="1" %)(% colspan="1" %) 14 -((( 15 -Programmversion 16 -)))|(% colspan="1" %)(% colspan="1" %) 17 -((( 18 18 19 -))) 20 -|=((( 21 -Status 22 -)))|((( 23 -(% class="status-macro aui-lozenge aui-lozenge-error" %)ENTWURF 24 -))) 25 -|=((( 26 -Aufgaben 27 -)))|((( 28 - 29 29 30 30 31 -))) 32 -|=((( 33 -JIRA 34 -)))|((( 35 - 36 -))) 37 37 {{/layout-cell}} 38 38 {{/layout-section}} 39 39 ... ... @@ -53,7 +53,7 @@ 53 53 Apache Tomcat8 (latest update) 54 54 ))) 55 55 56 -=== ONYX WebEditor (additionally) ===35 +=== ONYX Editor (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 -* pre WebOnyx (ONYX QTI test player)59 +* preOnyx (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 WebEditor**81 +(% style="line-height: 1.4285715;" %)**Setup database for ONYX Editor** 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 WebEditor107 +* Service provider named “preview” is required if used as preview instance for ONYX Editor 129 129 130 130 **preWebEditor** 131 131 ... ... @@ -155,22 +155,6 @@ 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}} 174 174 {{/layout}} 175 175 {{/sv-translation}} 176 176 ... ... @@ -182,7 +182,7 @@ 182 182 183 183 184 184 185 -{{toc style="square"maxLevel="5" outline="true" absoluteUrl="true"/}}148 +{{toc maxLevel="5" outline="true" absoluteUrl="true" style="square"/}} 186 186 {{/layout-cell}} 187 187 188 188 {{layout-cell}} ... ... @@ -226,18 +226,17 @@ 226 226 227 227 == Steps for build == 228 228 229 -All ONYX parts are delivered as Eclipse projects 192 +All ONYX parts are delivered as Eclipse projects: 230 230 231 - 232 - 233 233 * preWebOnyx (ONYX QTI test player) 234 234 * preWebEditor (ONYX QTI test editor) 235 235 * onyx (ONYX QTI core) 236 -* 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)237 - 238 - 197 +* ((( 198 +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) 199 +))) 239 239 240 -* Use Eclipse 201 +Use Eclipse: 202 + 241 241 * Import -> Existing project, start with LaTeXRenderer project 242 242 * Import all four projects 243 243 ... ... @@ -247,7 +247,6 @@ 247 247 Ensure that project dependency from preWebOnyx and preWebEditor to LaTeXRenderer is fulfilled. 248 248 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) 249 249 250 - 251 251 {{/code}} 252 252 253 253 **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) ... ... @@ -294,7 +294,9 @@ 294 294 * Configure Tomcat deployment to use different ports 295 295 * Check path the applications are mounted to 296 296 * Start Tomcat(s) 297 -* Call http:~/~/localhost:<port>/<path> in browser 258 +* ((( 259 +Call http:~/~/localhost:<port>/<path> in browser 260 +))) 298 298 299 299 == Important notes == 300 300
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 - 33429541 +147882399 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/ 3342954/Projekt Setupguide ONYX1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/147882399/Projekt Setupguide ONYX