Page History
...
Code Block | ||||
---|---|---|---|---|
| ||||
Invoke-WebRequest ` -Uri 'https://download.sos-berlin.com/JobScheduler.2.5/js7_controller_unix.2.5.2.tar.gz' ` -Outfile /tmp/js7_controller_unix.2.5.2.tar.gz ./Install-JS7Controller.ps1 ` -Tarball /tmp/js7_controller_unix.2.5.2.tar.gz ` -HomeDir /home/sos/controller ` -ControllerId controller ` -HttpPort 4444 ` -JavaHome /opt/java/jdk-1117.0.2+9 ` -JavaOptions "-Xmx512m -Xms256m" ` -Restart ` -MakeDirs # downloads the release tarball from the SOS Web Site using Invoke-WebRequest # extracts the tarball to the Controller's home directory # specifies the Java version and Java options to be used # stops and starts the Controller from its instance start script <home>/bin/controller_instance.sh # operates the Controller for HTTP port 4444 |
...
Code Block | ||||
---|---|---|---|---|
| ||||
Invoke-WebRequest ` -Uri 'https://download.sos-berlin.com/JobScheduler.2.5/js7_controller_windows.2.5.2.zip' ` -Outfile C:\tmp\js7_controller_windows.2.5.2.zip ./Install-JS7Controller.ps1 ` -Tarball "C:\tmp\js7_controller_windows.2.5.2.zip ` -HomeDir "C:\Program Files\sos-berlin.com\js7\controller" ` -Data "C:\ProgramData\sos-berlin.com\js7\controller\" ` -ControllerId controller ` -HttpPort 4444 ` -JavaHome "C:\Program Files\Java\jdk-1117.0.2+9" ` -JavaOptions "-Xmx512m -Xms256m" ` -ExecStart StartService ` -ExecStop StopService ` -MakeService ` -MakeDirs # downloads the release tarball from the SOS Web Site using Invoke-WebRequest # extracts the tarball to the Controller's home directory # specifies the Java version and Java options to be used # stops and starts the Controller's Windows service # operates the Controller for HTTP port 4444 |
...
- JS7 - Automated Installation and Update
- JS7 - How to create self-signed X.509 SSL TLS Certificates
- JS7 - How to add SSL TLS Certificates to Keystore and Truststore
...
Overview
Content Tools