Skip to main content

Installing the Web Portal in a Distributed Environment

The third component to install in this sequence is the Web Portal. Once the Web Portal has been installed, you have to configure it.

Notice

You have to install the Web Portal before installing CxEngine as part of installing CxEngine is logging on to and registering the new engine via the web portal.

Prerequisites

The required prerequisites are listed below. For further information and instructions on installing and making them available, refer to Preparing for Installation.

  • C++ Redist 2010

  • IIS v7.0 (or higher)

Notice

If you perform a distributed installation as Silent CLI_Installation, you cannot stop the installation before it is complete and you have to run Reconfigure to properly configure the setup once it has been installed.

Installing the Web Portal

Enter or copy the syntax into the CLI interface without forced line breaks:

CxSetup.exe /install /quiet ACCEPT_EULA=Y INSTALLFOLDER=”C:\Program Files\Checkmarx” INSTALLSHORTCUTS=0 BI=0 MANAGER=0 ACTIVEMQ=0 SQLAUTH=0 WEB=1 ENGINE=0 AUDIT=0

The syntax is illustrated below with forced line breaks to show the required content and parameters. Do not copy the syntax with forced line breaks, otherwise, errors are returned.

CxSetup.exe /install /quiet
ACCEPT_EULA=Y
INSTALLFOLDER=”C:\Program Files\Checkmarx”
INSTALLSHORTCUTS=0
BI=0
MANAGER=0
ACTIVEMQ=0
SQLAUTH=0
WEB=1
ENGINE=0
AUDIT=0

Parameters

For a table of parameters with additional information on them, refer to the Parameter page.

.