Softsource Web Tool Setup //free\\ ā
Access the tool at: š http://localhost:3000 (or the port shown in terminal)
SS-WTS-2026-01 Version: 1.0 Date: April 20, 2026 Author: Systems Integration Team
Any specific you are seeing?
: Installing the SoftSource SVF plug-in to enable browsers to handle vector data. softsource web tool setup
Before starting the installation, ensure your environment meets these specifications:
Enter the credentials created in Step 3 ( softsource_db , softsource_user , secure_password ).
Generate a new secret key every 90 days via the dashboard. Update your .env file and reload the web server. Access the tool at: š http://localhost:3000 (or the
For users without administrative rights to operate the tool, you must manually grant permission to use the required communication port: Open the as an Administrator.
Create /etc/systemd/system/softsource.service :
module.exports = projectID: "ss-web-project-2026", sourceDir: "./src", buildDir: "./dist", environments: staging: url: "https://softsource.io", autoDeploy: true , production: url: "https://softsource.io", autoDeploy: false , optimization: minifyJS: true, compressImages: true ; Use code with caution. Key Parameters Explained Generate a new secret key every 90 days via the dashboard
This is ideal for marketing sites, blogs, or small business websites.
If you have a specific GitHub repo or internal link, replace generic steps accordingly.
// In softsource-config.php ācacheā => [ ādriverā => āredisā, āconnectionā => ātcp://127.0.0.1:6379ā ]
Create your docker-compose.yml file in the /opt/softsource folder to define the services: