Änderungen von Dokument 03 Projekt Setupguide ONYX

Zuletzt geändert von Carina Enke am 19.02.2024

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

Zusammenfassung

Details

Seiteneigenschaften
Titel
... ... @@ -1,1 +1,1 @@
1 -ONYX project setup guide
1 +Projekt Setupguide ONYX
Dokument-Autor
... ... @@ -1,1 +1,1 @@
1 -XWiki.sandra_riediger
1 +XWiki.tleu
Inhalt
... ... @@ -53,7 +53,7 @@
53 53  Apache Tomcat8 (latest update)
54 54  )))
55 55  
56 -=== ONYX WebEditor (additionally) ===
56 +=== 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 -* preWebOnyx (ONYX QTI test player)
80 +* 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**
102 +(% 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 WebEditor
128 +* 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,34 +182,11 @@
182 182  
183 183  
184 184  
185 -{{toc style="square" maxLevel="5" outline="true" absoluteUrl="true"/}}
169 +{{toc maxLevel="5" style="square" outline="true" absoluteUrl="true"/}}
186 186  {{/layout-cell}}
187 187  
188 188  {{layout-cell}}
189 -|=(% colspan="1" %)(% colspan="1" %)
190 -(((
191 -Programmversion
192 -)))|(% colspan="1" %)(% colspan="1" %)
193 -(((
194 194  
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 -)))
213 213  {{/layout-cell}}
214 214  {{/layout-section}}
215 215  
... ... @@ -249,18 +249,17 @@
249 249  
250 250  == Steps for build ==
251 251  
252 -All ONYX parts are delivered as Eclipse projects
213 +All ONYX parts are delivered as Eclipse projects:
253 253  
254 -
255 -
256 256  * preWebOnyx (ONYX QTI test player)
257 257  * preWebEditor (ONYX QTI test editor)
258 258  * onyx (ONYX QTI core)
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 -
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 +)))
262 262  
263 -* Use Eclipse
222 +Use Eclipse:
223 +
264 264  * Import -> Existing project, start with LaTeXRenderer project
265 265  * Import all four projects
266 266  
... ... @@ -270,7 +270,6 @@
270 270  Ensure that project dependency from preWebOnyx and preWebEditor to LaTeXRenderer is fulfilled.
271 271  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)
272 272  
273 -
274 274  {{/code}}
275 275  
276 276  **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)
... ... @@ -317,7 +317,9 @@
317 317  * Configure Tomcat deployment to use different ports
318 318  * Check path the applications are mounted to
319 319  * Start Tomcat(s)
320 -* Call http:~/~/localhost:<port>/<path> in browser
279 +* (((
280 +Call http:~/~/localhost:<port>/<path> in browser
281 +)))
321 321  
322 322  == Important notes ==
323 323  
Confluence.Code.ConfluencePageClass[0]
id
... ... @@ -1,1 +1,1 @@
1 -3342827
1 +6924841
url
... ... @@ -1,1 +1,1 @@
1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/3342827/ONYX project setup guide
1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/6924841/Projekt Setupguide ONYX