...
Will be displayed a JSON with all configuration of SWS instance
At the end of this command, will be create a service named “sws” (it will run at startup)
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.
...
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?
...