Änderungen von Dokument 03 Projekt Setupguide ONYX
Zuletzt geändert von Carina Enke am 19.02.2024
Von Version 275.1
bearbeitet von Carina Enke
am 22.01.2020
am 22.01.2020
Änderungskommentar:
Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 8.9.
Auf Version 276.1
bearbeitet von Carina Enke
am 08.05.2019
am 08.05.2019
Änderungskommentar:
Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 8.7.
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
-
Objekte (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -1,10 +1,25 @@ 1 1 {{sv-translation language="de"}} 2 2 {{layout}} 3 -{{layout-section ac:type="single"}} 4 -{{layout-cell}}{{/layout-cell}} 3 +{{layout-section ac:type="two_right_sidebar"}} 4 +{{layout-cell}} 5 + 6 +{{/layout-cell}} 7 + 8 +{{layout-cell}} 9 +{{scroll-ignore}} 10 +{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Inhalt"}} 11 + 12 + 13 +{{toc/}} 14 + 15 +** 16 +** 17 +{{/panel}} 18 +{{/scroll-ignore}} 19 +{{/layout-cell}} 5 5 {{/layout-section}} 6 6 7 -{{layout-section ac:type=" two_right_sidebar"}}22 +{{layout-section ac:type="single"}} 8 8 {{layout-cell}} 9 9 == System requirements == 10 10 ... ... @@ -37,29 +37,12 @@ 37 37 * Eclipse for JEE (Kepler or later) 38 38 * Maven2 39 39 * Eclipse Maven integration (m2) 40 -{{/layout-cell}} 41 41 42 -{{layout-cell}} 43 -{{scroll-ignore}} 44 -{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Inhalt"}} 45 - 46 - 47 -{{toc/}} 48 - 49 -** 50 -** 51 -{{/panel}} 52 -{{/scroll-ignore}} 53 -{{/layout-cell}} 54 -{{/layout-section}} 55 - 56 -{{layout-section ac:type="single"}} 57 -{{layout-cell}} 58 58 == Steps for build == 59 59 60 60 All ONYX parts are delivered as Eclipse projects 61 61 62 - \\60 + 63 63 64 64 * preOnyx (ONYX QTI test player) 65 65 * preWebEditor (ONYX QTI test editor) ... ... @@ -91,7 +91,7 @@ 91 91 * Create database owe and assign to user owe 92 92 * Import setupdatabase.postgre.sql to this database 93 93 94 - \\92 + 95 95 96 96 Hint: you may use other user/database names, change configuration in 97 97 ... ... @@ -144,10 +144,29 @@ 144 144 145 145 {{sv-translation language="en"}} 146 146 {{layout}} 147 -{{layout-section ac:type="two_ right_sidebar"}}145 +{{layout-section ac:type="two_equal"}} 148 148 {{layout-cell}} 149 -== System requirements == 147 + 148 +{{/layout-cell}} 150 150 150 +{{layout-cell}} 151 +{{scroll-ignore}} 152 +{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Inhalt"}} 153 + 154 + 155 +{{toc maxLevel="4"/}} 156 + 157 +** 158 +** 159 +{{/panel}} 160 +{{/scroll-ignore}} 161 +{{/layout-cell}} 162 +{{/layout-section}} 163 + 164 +{{layout-section ac:type="single"}} 165 +{{layout-cell}} 166 +== System requirements == 167 + 151 151 === All components === 152 152 153 153 * ((( ... ... @@ -177,54 +177,29 @@ 177 177 * Eclipse for JEE (Kepler or later) 178 178 * Maven2 179 179 * Eclipse Maven integration (m2) 180 -{{/layout-cell}} 181 181 182 -{{layout-cell}} 183 -{{scroll-ignore}} 184 -{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Inhalt"}} 185 - 186 - 187 -{{toc maxLevel="4"/}} 188 - 189 -** 190 -** 191 -{{/panel}} 192 -{{/scroll-ignore}} 193 -{{/layout-cell}} 194 -{{/layout-section}} 195 - 196 -{{layout-section ac:type="single"}} 197 -{{layout-cell}} 198 198 == Steps for build == 199 199 200 200 All ONYX parts are delivered as Eclipse projects: 201 201 202 +* preWebOnyx (ONYX QTI test player) 203 +* preWebEditor (ONYX QTI test editor) 204 +* onyx (ONYX QTI core) 202 202 * ((( 203 -preWebOnyx (ONYX QTI test player) 204 -))) 205 -* ((( 206 -preWebEditor (ONYX QTI test editor) 207 -))) 208 -* ((( 209 -onyx (ONYX QTI core) 210 -))) 211 -* ((( 212 212 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) 213 213 ))) 214 214 215 215 Use Eclipse: 216 216 217 -* ((( 218 -Import -> Existing project, start with LaTeXRenderer project 219 -))) 220 -* ((( 221 -Import all four projects 222 -))) 211 +* Import -> Existing project, start with LaTeXRenderer project 212 +* Import all four projects 223 223 224 224 Due to license restrictions the **project LaTeXRenderer** is not linked or integrated by default. This must be done manually. 225 225 226 226 {{code}} 227 -Ensure that project dependency from preWebOnyx and preWebEditor to LaTeXRenderer is fulfilled. 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) 217 +Ensure that project dependency from preWebOnyx and preWebEditor to LaTeXRenderer is fulfilled. 218 +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) 219 + 228 228 {{/code}} 229 229 230 230 **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) ... ... @@ -231,23 +231,13 @@ 231 231 232 232 **Setup database for ONYX WebEditor** 233 233 234 -* ((( 235 -Locate setupdatabase.postgre.sql 236 -))) 237 -* ((( 238 -Log on to Postgres 239 -))) 240 -* ((( 241 -Create user owe with password owe 242 -))) 243 -* ((( 244 -Create database owe and assign to user owe 245 -))) 246 -* ((( 247 -Import setupdatabase.postgre.sql to this database 248 -))) 226 +* Locate setupdatabase.postgre.sql 227 +* Log on to Postgres 228 +* Create user owe with password owe 229 +* Create database owe and assign to user owe 230 +* Import setupdatabase.postgre.sql to this database 249 249 250 - \\232 + 251 251 252 252 Hint: you may use other user/database names, change configuration in 253 253 ... ... @@ -255,61 +255,37 @@ 255 255 applicationContext.xml (see below) 256 256 {{/code}} 257 257 258 -Changes on ONYX QTI core 240 +== Changes on ONYX QTI core == 259 259 260 260 Since all ONYX components are managed by Maven, the ONYX QTI core from BPS Maven artifactory is used by default. If you want to change some code you are required to create a JAR from project onyx on your own and either adopt the pom.xml references in preWebOnyx and preWebEditor to your own artifactory or put the JAR in classpath. 261 261 262 -Configuration 244 +== Configuration == 263 263 264 264 **preWebOnyx** 265 265 266 -* ((( 267 -Locate onyxplugin.default.config.xml, copy it to a classpath folder and rename to//onyxplugin.config.xml// 268 -))) 269 -* ((( 270 -Configure as needed 271 -))) 272 -* ((( 273 -Service provider named “preview” is required if used as preview instance for ONYX WebEditor 274 -))) 248 +* Locate onyxplugin.default.config.xml, copy it to a classpath folder and rename to//onyxplugin.config.xml// 249 +* Configure as needed 250 +* Service provider named “preview” is required if used as preview instance for ONYX WebEditor 275 275 276 276 **preWebEditor** 277 277 278 -* ((( 279 -applicationContext.xml: general configurations (database, mail configuration, preview ONYX (you can change this to your local installation), ...) 280 -))) 281 -* ((( 282 -metadataConfigurationContext.xml: normally no changes needed as long as no further metadata are required 283 -))) 284 -* ((( 285 -moduleConfigurationContext.xml: repository configuration 286 -))) 287 -* ((( 288 -pageModelContext.xml: normally no changes required, defines the main tabs in shown application 289 -))) 290 -* ((( 291 -webServiceContext.xml: reporter statistics connection, can be changed to your local ONYX installation 292 -))) 254 +* applicationContext.xml: general configurations (database, mail configuration, preview ONYX (you can change this to your local installation), ...) 255 +* metadataConfigurationContext.xml: normally no changes needed as long as no further metadata are required 256 +* moduleConfigurationContext.xml: repository configuration 257 +* pageModelContext.xml: normally no changes required, defines the main tabs in shown application 258 +* webServiceContext.xml: reporter statistics connection, can be changed to your local ONYX installation 293 293 294 -Deployment 260 +== Deployment == 295 295 262 +* Deploy preWebOnyx and preWebEditor to Tomcat in Eclipse (it is recommended to use two Tomcat servers in Eclipse to be able to restart both independently) 263 +* Configure Tomcat deployment to use different ports 264 +* Check path the applications are mounted to 265 +* Start Tomcat(s) 296 296 * ((( 297 -Deploy preWebOnyx and preWebEditor to Tomcat in Eclipse (it is recommended to use two Tomcat servers in Eclipse to be able to restart both independently) 298 -))) 299 -* ((( 300 -Configure Tomcat deployment to use different ports 301 -))) 302 -* ((( 303 -Check path the applications are mounted to 304 -))) 305 -* ((( 306 -Start Tomcat(s) 307 -))) 308 -* ((( 309 309 Call http:~/~/localhost:<port>/<path> in browser 310 310 ))) 311 311 312 -Important notes 270 +== Important notes == 313 313 314 314 **Before running any ONYX application** in Eclipse/Tomcat, always **clean Tomcat Work Directory** first. This is also required in server environment after each update. Since ONYX creates large amounts of temporary files in server environment it is also strictly recommended to clean servers and tomcat temp directory before each application starts. 315 315
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 -301073 2411 +301073193 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/301073 241/Projekt Setupguide ONYX1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/301073193/Projekt Setupguide ONYX