You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Installation - on Windows Server

To install the REST role on the windows server, proceed as follows.

Java 12

Download java 12 from here:

https://cdn.jtel.de/downloads/java/openjdk-12.0.2_windows-x64_bin.zip

Unpack this to the following directory:

c:\Apps\

This should result in the following directory structure being created:


C:\Apps\openjdk-12.0.2_windows-x64_bin\jdk-12.0.2\bin 

Note, if you do not use the paths specified above, you may have to change the configuration considerably.

Checkout JREST Repository

On acd-store execute the following commands to checkout the repository:

su jtel
cd /srv/jtel/shared
git clone https://bitbucket.org/jtelgmbh/jtel-system-java-services.git

Copy Files and Install

On the windows server, execute the following commands in a non-elevated command prompt:

c:
md \JRest
xcopy /E \\acd-store\shared\jtel-system-java-services\deploy\jrest C:\JRest
  • No labels