Skip to content

Commit c0e0a04

Browse files
Adding docs regarding to installing old WebTerminal versions 1-2
1 parent 602b0be commit c0e0a04

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

index.html

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ <h3>Table Of Contents</h3>
143143
<li><a href="#docs.1.1.1">Importing Classes</a></li>
144144
<li><a href="#docs.1.1.2">Resolving Import Errors</a></li>
145145
<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>
146147
</ol>
147148
</li>
148149
<li>
@@ -387,6 +388,28 @@ <h3 id="docs.1.1.3">1.1.3. Launching WebTerminal</h3>
387388
if the installation process resulted with no errors.
388389
</li>
389390
</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>
390413
<h2 id="docs.1.2">1.2. Configuring WebTerminal Web Application</h2>
391414
<p>
392415
Once you install WebTerminal, there are two Caché web applications appear.
@@ -1409,7 +1432,9 @@ <h2>How to Install WebTerminal</h2>
14091432
<li>That's all!</li>
14101433
</ol>
14111434
<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>.
14131438
</p>
14141439
<h2>Newest Versions:</h2>
14151440
<ul class="downloadLinks">

0 commit comments

Comments
 (0)