Änderungen von Dokument 03 Projekt Setupguide ONYX
Zuletzt geändert von Carina Enke am 19.02.2024
Zusammenfassung
-
Seiteneigenschaften (3 geändert, 0 hinzugefügt, 0 gelöscht)
-
Objekte (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Titel
-
... ... @@ -1,1 +1,1 @@ 1 - ONYX projectsetup1 +Projekt Setupguide ONYX - Dokument-Autor
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. sandra_riediger1 +XWiki.tleu - Inhalt
-
... ... @@ -1,3 +1,4 @@ 1 +{{sv-translation language="de"}} 1 1 {{layout}} 2 2 {{layout-section ac:type="two_right_sidebar"}} 3 3 {{layout-cell}} ... ... @@ -5,7 +5,7 @@ 5 5 6 6 7 7 8 -{{toc style="square" maxLevel="5"outline="true" absoluteUrl="true"/}}9 +{{toc maxLevel="5" style="square" outline="true" absoluteUrl="true"/}} 9 9 {{/layout-cell}} 10 10 11 11 {{layout-cell}} ... ... @@ -171,3 +171,138 @@ 171 171 {{/layout-cell}} 172 172 {{/layout-section}} 173 173 {{/layout}} 175 +{{/sv-translation}} 176 + 177 +{{sv-translation language="en"}} 178 +{{layout}} 179 +{{layout-section ac:type="two_equal"}} 180 +{{layout-cell}} 181 +====== Content: ====== 182 + 183 + 184 + 185 +{{toc style="square" maxLevel="5" outline="true" absoluteUrl="true"/}} 186 +{{/layout-cell}} 187 + 188 +{{layout-cell}} 189 + 190 +{{/layout-cell}} 191 +{{/layout-section}} 192 + 193 +{{layout-section ac:type="single"}} 194 +{{layout-cell}} 195 +== System requirements == 196 + 197 +=== All components === 198 + 199 +* ((( 200 +Linux-based OS 201 +))) 202 +* ((( 203 +Oracle Java8 (latest update) 204 +))) 205 +* ((( 206 +Apache Tomcat8 (latest update) 207 +))) 208 + 209 +=== ONYX WebEditor (additionally) === 210 + 211 +* PostGreSQL (8.4.21 or later) 212 +* Java unlimited security enabled 213 + 214 +{{code}} 215 +http://stackoverflow.com/questions/6481627/java-security-illegal-key-size-or-default-parameters 216 +Download from http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html 217 +{{/code}} 218 + 219 +=== Build process === 220 + 221 +* Linux-based OS 222 +* Oracle Java7 (latest update) 223 +* Eclipse for JEE (Kepler or later) 224 +* Maven2 225 +* Eclipse Maven integration (m2) 226 + 227 +== Steps for build == 228 + 229 +All ONYX parts are delivered as Eclipse projects: 230 + 231 +* preWebOnyx (ONYX QTI test player) 232 +* preWebEditor (ONYX QTI test editor) 233 +* onyx (ONYX QTI core) 234 +* ((( 235 +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) 236 +))) 237 + 238 +Use Eclipse: 239 + 240 +* Import -> Existing project, start with LaTeXRenderer project 241 +* Import all four projects 242 + 243 +Due to license restrictions the **project LaTeXRenderer** is not linked or integrated by default. This must be done manually. 244 + 245 +{{code}} 246 +Ensure that project dependency from preWebOnyx and preWebEditor to LaTeXRenderer is fulfilled. 247 +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) 248 + 249 +{{/code}} 250 + 251 +**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) 252 + 253 +**Setup database for ONYX WebEditor** 254 + 255 +* Locate setupdatabase.postgre.sql 256 +* Log on to Postgres 257 +* Create user owe with password owe 258 +* Create database owe and assign to user owe 259 +* Import setupdatabase.postgre.sql to this database 260 + 261 + 262 + 263 +Hint: you may use other user/database names, change configuration in 264 + 265 +{{code}} 266 +applicationContext.xml (see below) 267 +{{/code}} 268 + 269 +== Changes on ONYX QTI core == 270 + 271 +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. 272 + 273 +== Configuration == 274 + 275 +**preWebOnyx** 276 + 277 +* Locate onyxplugin.default.config.xml, copy it to a classpath folder and rename to//onyxplugin.config.xml// 278 +* Configure as needed 279 +* Service provider named “preview” is required if used as preview instance for ONYX WebEditor 280 + 281 +**preWebEditor** 282 + 283 +* applicationContext.xml: general configurations (database, mail configuration, preview ONYX (you can change this to your local installation), ...) 284 +* metadataConfigurationContext.xml: normally no changes needed as long as no further metadata are required 285 +* moduleConfigurationContext.xml: repository configuration 286 +* pageModelContext.xml: normally no changes required, defines the main tabs in shown application 287 +* webServiceContext.xml: reporter statistics connection, can be changed to your local ONYX installation 288 + 289 +== Deployment == 290 + 291 +* 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) 292 +* Configure Tomcat deployment to use different ports 293 +* Check path the applications are mounted to 294 +* Start Tomcat(s) 295 +* ((( 296 +Call http:~/~/localhost:<port>/<path> in browser 297 +))) 298 + 299 +== Important notes == 300 + 301 +**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. 302 + 303 +When run from Eclipse/Tomcat ONYX applications may not shut down properly. In this case just “kill” them using the red “Terminate” button in console view. 304 + 305 +In server environment ONYX applications uses memory strongly dependent from load and users activities. BPS runs them with **4GB each**. 306 +{{/layout-cell}} 307 +{{/layout-section}} 308 +{{/layout}} 309 +{{/sv-translation}}
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 -334 27851 +3343018 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/334 2785/ONYX projectsetup1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/3343018/Projekt Setupguide ONYX