Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
stylenone

Introduction

The version on SWS standalone, is based on Docker image of SWS, if you don’t have a orchestrator in your infrastructure, don’t worry is possible to install in a Linux server without problems (below will be describer described the Linux server supported)

Minium requirements

The Linux server require at least:

...

NOTE: if you have already SWS installed on CentOS 7, is possibile install SWS on this OS, but Namirial advise to upgrade this OS because is EndOfLife (since June 2024)

Installation

To install the SWS onPremise, login on your server and run this command:

...

NOTE: if you are migrating from old SWS 2x configurated with PROD environment, the installation will migrate the environment (with the correct JKS certificate uploaded in past), and in the previous command sys-info the environment is PROD.

How can i see the logs file?

You can found the log files on this folder:

...

After the installation is complete, the adminstration methods are the same of installation via Docker image, therefore you can see the section Docker to manage your sws instance

How can i manage the sws service?

Once complete the installation, will be create a service “sws”, you can manage the service using this command:

Code Block
sudo service sws [start | stop | restart | status]

How can i upgrade to latest version?

To upgrade to the last version, you can run the same command used for installation