git clone https://github.com/softsource/web-tool-suite.git cd web-tool-suite Alternatively, download the latest release from the official portal and extract it to your web root (e.g., htdocs/softsource or www/softsource ). Since SoftSource is modular, navigate to each module folder (e.g., pipeline , code-manager ) and run:

location ~ \.php$ include snippets/fastcgi-php.conf; fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;

server listen 80; server_name tools.yourcompany.com; root /var/www/softsource/public; location / try_files $uri $uri/ /index.php?$args;

npm install For the PHP-based asset optimizer, use Composer:

composer install Use npm ci instead of npm install in CI environments for faster, locked-dependency installation. Step 3: Configure Environment Variables Create a .env file in the root directory. A typical configuration looks like this:


softsource web tool setupПодпишитесь на рассылку и получайте первым информацию о предстоящих мероприятиях

softsource web tool setup
+