Table of Contents | ||
---|---|---|
|
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 the Linux server supported)
Minium requirements
The Linux server require at least:
4GB of RAM
2 CPU
20 GB of Disk space
The Linux server supported are:
AlmaLinux 8+
RockyLinux 8+
RedHat 8+
AmazonLinux 2023+
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 application, you can run this command:
Code Block |
---|
COMMAND_TO_INSTALL |
At the end of this command, you will have SWS ready on port 8080 to work. You can try if has correctly with this command:
Code Block |
---|
curl -i -X GET http://<IP-APPLIANCE>:8080/SignEngineWeb/rest/server-admin/sys-info |
Will be displayed a JSON with all configuration of SWS instance
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:
Code Block |
---|
/opt/sws/log/sws-instance |
How can i manage my SWS instance?
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