@@ -143,6 +143,7 @@ <h3>Table Of Contents</h3>
143
143
< li > < a href ="#docs.1.1.1 "> Importing Classes</ a > </ li >
144
144
< li > < a href ="#docs.1.1.2 "> Resolving Import Errors</ a > </ li >
145
145
< li > < a href ="#docs.1.1.3 "> Launching WebTerminal</ a > </ li >
146
+ < li > < a href ="#docs.1.1.4 "> Installing Old WebTerminal Versions (1-2)</ a > </ li >
146
147
</ ol >
147
148
</ li >
148
149
< li >
@@ -387,6 +388,28 @@ <h3 id="docs.1.1.3">1.1.3. Launching WebTerminal</h3>
387
388
if the installation process resulted with no errors.
388
389
</ li >
389
390
</ ol >
391
+ < h3 id ="docs.1.1.4 "> 1.1.4. Installing Old WebTerminal Versions (1-2)</ h3 >
392
+ < p >
393
+ It is always recommended to install the newest versions. However, if you exited
394
+ so much about WebTerminal project and want to try it, for example, on Caché
395
+ 2013.1, the only option you have is to install version 2. Do this by performing
396
+ the following steps:
397
+ </ p >
398
+ < ol >
399
+ < li > Go to WebTerminal Downloads and download the version 2.0.0-beta.8, which is
400
+ the XML file. This page also has some additional instructions.</ li >
401
+ < li > Using Studio or whatever you like (see above), import this XML file into the
402
+ < b > %SYS namespace</ b > and compile all imported classes and CSP pages. If you
403
+ have the "access error" while importing classes, then you need to
404
+ temporarily enable write access to CACHELIB database, see < a target ="_blank " href ="https://stackoverflow.com/questions/34183646/how-to-enable-write-access-to-cachelib-database "> here</ a > how.
405
+ </ li >
406
+ < li > Open {host}:{port}/csp/sys/webterminal/index.CSP page in the browser.</ li >
407
+ </ ol >
408
+ < p >
409
+ Note that the newer versions have several fixes and enhancements introduced, so
410
+ please do not submit any issues affecting versions 1-2. These versions are not
411
+ supported "officially".
412
+ </ p >
390
413
< h2 id ="docs.1.2 "> 1.2. Configuring WebTerminal Web Application</ h2 >
391
414
< p >
392
415
Once you install WebTerminal, there are two Caché web applications appear.
@@ -1409,7 +1432,9 @@ <h2>How to Install WebTerminal</h2>
1409
1432
< li > That's all!</ li >
1410
1433
</ ol >
1411
1434
< p >
1412
- Refer to the < a href ="#docs "> documentation</ a > page to find out more.
1435
+ Refer to the < a href ="#docs.1.1 "> installation section</ a > of documentation page
1436
+ to find out more. The guide above works for Caché WebTerminal version 3+. For
1437
+ versions 1-2 use < a href ="#docs.1.1.4 "> this guide</ a > .
1413
1438
</ p >
1414
1439
< h2 > Newest Versions:</ h2 >
1415
1440
< ul class ="downloadLinks ">
0 commit comments