Installing on Apache

Installing DSSA™ on Apache

PDF The specific installation instructions for each of the different versions of DSSA™ are supplied in the .zip file that is supplied in at the end of the Validations Download process.
Once configured, the DSSA™ installation on Apache uses simple command prompts, for example:

Change working directory:

        cd /usr/local/src

        Using tar, unpack files from the archive:

        tar --gunzip -xvf dssa-1.1.tar.gz

        Change working directory:

        cd /usr/local/src/dssa-1.1

        Prepare the installation:

        ./configure

        make
        make check
        make install



Once the above sequence of commands is successfully completed and the software is installed without error, the command prompts required to activate the software are input to conclude the process (see sub section 4.5).