Änderungen von Dokument 03 Projekt Setupguide ONYX
Zuletzt geändert von Carina Enke am 19.02.2024
Von Version 357.1
bearbeitet von sandra_riediger
am 15.12.2014
am 15.12.2014
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Auf Version 336.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 (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.carina - 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,34 +5,13 @@ 5 5 6 6 7 7 8 -{{toc style="square"maxLevel="5" outline="true" absoluteUrl="true"/}}9 +{{toc maxLevel="5" outline="true" absoluteUrl="true" style="square"/}} 9 9 {{/layout-cell}} 10 10 11 11 {{layout-cell}} 12 -|=(% colspan="1" %)(% colspan="1" %) 13 -((( 14 -Programmversion 15 -)))|(% colspan="1" %)(% colspan="1" %) 16 -((( 17 17 18 -))) 19 -|=((( 20 -Status 21 -)))|((( 22 -(% class="status-macro aui-lozenge aui-lozenge-error" %)ENTWURF 23 -))) 24 -|=((( 25 -Aufgaben 26 -)))|((( 27 - 28 28 29 29 30 -))) 31 -|=((( 32 -JIRA 33 -)))|((( 34 - 35 -))) 36 36 {{/layout-cell}} 37 37 {{/layout-section}} 38 38 ... ... @@ -46,13 +46,13 @@ 46 46 Linux-based OS 47 47 ))) 48 48 * ((( 49 -Oracle Java 7(latest update)29 +Oracle Java8 (latest update) 50 50 ))) 51 51 * ((( 52 -Apache Tomcat 7(latest update)32 +Apache Tomcat8 (latest update) 53 53 ))) 54 54 55 -=== ONYX WebEditor (additionally) ===35 +=== ONYX Editor (additionally) === 56 56 57 57 * PostGreSQL (8.4.21 or later) 58 58 * Java unlimited security enabled ... ... @@ -59,7 +59,7 @@ 59 59 60 60 {{code}} 61 61 http://stackoverflow.com/questions/6481627/java-security-illegal-key-size-or-default-parameters 62 -Download from http://www.oracle.com/technetwork/java/javase/downloads/jce- 7-download-432124.html42 +Download from http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html 63 63 {{/code}} 64 64 65 65 === Build process === ... ... @@ -76,7 +76,7 @@ 76 76 77 77 78 78 79 -* pre WebOnyx (ONYX QTI test player)59 +* preOnyx (ONYX QTI test player) 80 80 * preWebEditor (ONYX QTI test editor) 81 81 * onyx (ONYX QTI core) 82 82 * 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) ... ... @@ -97,22 +97,196 @@ 97 97 {{/code}} 98 98 99 99 (% 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) 80 + 81 +(% style="line-height: 1.4285715;" %)**Setup database for ONYX Editor** 82 + 83 +* Locate setupdatabase.postgre.sql 84 +* Log on to Postgres 85 +* Create user owe with password owe 86 +* Create database owe and assign to user owe 87 +* Import setupdatabase.postgre.sql to this database 88 + 89 + 90 + 91 +Hint: you may use other user/database names, change configuration in 92 + 93 +{{code}} 94 +applicationContext.xml (see below) 95 +{{/code}} 96 + 97 +== Changes on ONYX QTI core == 98 + 99 +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. 100 + 101 +== Configuration == 102 + 103 +**preWebOnyx** 104 + 105 +* Locate onyxplugin.default.config.xml, copy it to a classpath folder and rename to //onyxplugin.config.xml// 106 +* Configure as needed 107 +* Service provider named “preview” is required if used as preview instance for ONYX Editor 108 + 109 +**preWebEditor** 110 + 111 +* applicationContext.xml: general configurations (database, mail configuration, preview ONYX (you can change this to your local installation), ...) 112 +* metadataConfigurationContext.xml: normally no changes needed as long as no further metadata are required 113 +* moduleConfigurationContext.xml: repository configuration 114 +* pageModelContext.xml: normally no changes required, defines the main tabs in shown application 115 +* webServiceContext.xml: reporter statistics connection, can be changed to your local ONYX installation 116 + 117 +== Deployment == 118 + 119 +* 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) 120 +* Configure Tomcat deployment to use different ports 121 +* Check path the applications are mounted to 122 +* Start Tomcat(s) 123 +* Call http:~/~/localhost:<port>/<path> in browser 124 + 125 +== Important notes == 126 + 127 +**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. 128 + 129 +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. 130 + 131 +In server environment ONYX applications uses memory strongly dependent from load and users activities. BPS runs them with **4GB each**. 132 + 133 +** 134 +** 100 100 {{/layout-cell}} 101 101 {{/layout-section}} 137 +{{/layout}} 138 +{{/sv-translation}} 102 102 103 -{{layout-section ac:type="two_right_sidebar"}} 140 +{{sv-translation language="en"}} 141 +{{layout}} 142 +{{layout-section ac:type="two_equal"}} 104 104 {{layout-cell}} 105 -====== untergeordneteSeiten: ======144 +====== Content: ====== 106 106 107 107 108 108 109 -{{c hildrenall="true"/}}148 +{{toc maxLevel="5" outline="true" absoluteUrl="true" style="square"/}} 110 110 {{/layout-cell}} 111 111 112 112 {{layout-cell}} 113 -====== relevante Links: ====== 152 + 153 +{{/layout-cell}} 154 +{{/layout-section}} 114 114 115 -* [[lorem ipsum>>url:https://www.bps-system.de/help/display/OPAL/Handbuch+OPAL||shape="rect"]] 156 +{{layout-section ac:type="single"}} 157 +{{layout-cell}} 158 +== System requirements == 159 + 160 +=== All components === 161 + 162 +* ((( 163 +Linux-based OS 164 +))) 165 +* ((( 166 +Oracle Java8 (latest update) 167 +))) 168 +* ((( 169 +Apache Tomcat8 (latest update) 170 +))) 171 + 172 +=== ONYX WebEditor (additionally) === 173 + 174 +* PostGreSQL (8.4.21 or later) 175 +* Java unlimited security enabled 176 + 177 +{{code}} 178 +http://stackoverflow.com/questions/6481627/java-security-illegal-key-size-or-default-parameters 179 +Download from http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html 180 +{{/code}} 181 + 182 +=== Build process === 183 + 184 +* Linux-based OS 185 +* Oracle Java7 (latest update) 186 +* Eclipse for JEE (Kepler or later) 187 +* Maven2 188 +* Eclipse Maven integration (m2) 189 + 190 +== Steps for build == 191 + 192 +All ONYX parts are delivered as Eclipse projects: 193 + 194 +* preWebOnyx (ONYX QTI test player) 195 +* preWebEditor (ONYX QTI test editor) 196 +* onyx (ONYX QTI core) 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 +))) 200 + 201 +Use Eclipse: 202 + 203 +* Import -> Existing project, start with LaTeXRenderer project 204 +* Import all four projects 205 + 206 +Due to license restrictions the **project LaTeXRenderer** is not linked or integrated by default. This must be done manually. 207 + 208 +{{code}} 209 +Ensure that project dependency from preWebOnyx and preWebEditor to LaTeXRenderer is fulfilled. 210 +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) 211 + 212 +{{/code}} 213 + 214 +**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) 215 + 216 +**Setup database for ONYX WebEditor** 217 + 218 +* Locate setupdatabase.postgre.sql 219 +* Log on to Postgres 220 +* Create user owe with password owe 221 +* Create database owe and assign to user owe 222 +* Import setupdatabase.postgre.sql to this database 223 + 224 + 225 + 226 +Hint: you may use other user/database names, change configuration in 227 + 228 +{{code}} 229 +applicationContext.xml (see below) 230 +{{/code}} 231 + 232 +== Changes on ONYX QTI core == 233 + 234 +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. 235 + 236 +== Configuration == 237 + 238 +**preWebOnyx** 239 + 240 +* Locate onyxplugin.default.config.xml, copy it to a classpath folder and rename to//onyxplugin.config.xml// 241 +* Configure as needed 242 +* Service provider named “preview” is required if used as preview instance for ONYX WebEditor 243 + 244 +**preWebEditor** 245 + 246 +* applicationContext.xml: general configurations (database, mail configuration, preview ONYX (you can change this to your local installation), ...) 247 +* metadataConfigurationContext.xml: normally no changes needed as long as no further metadata are required 248 +* moduleConfigurationContext.xml: repository configuration 249 +* pageModelContext.xml: normally no changes required, defines the main tabs in shown application 250 +* webServiceContext.xml: reporter statistics connection, can be changed to your local ONYX installation 251 + 252 +== Deployment == 253 + 254 +* 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) 255 +* Configure Tomcat deployment to use different ports 256 +* Check path the applications are mounted to 257 +* Start Tomcat(s) 258 +* ((( 259 +Call http:~/~/localhost:<port>/<path> in browser 260 +))) 261 + 262 +== Important notes == 263 + 264 +**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. 265 + 266 +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. 267 + 268 +In server environment ONYX applications uses memory strongly dependent from load and users activities. BPS runs them with **4GB each**. 116 116 {{/layout-cell}} 117 117 {{/layout-section}} 118 118 {{/layout}} 272 +{{/sv-translation}}
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 - 33427811 +147882506 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/ 3342781/ONYX projectsetup1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/147882506/Projekt Setupguide ONYX