Installing Intrexx and Intrexx services separately - Install Intrexx without root rights

Target audience

We recommend the installation option described here for highly experienced Linux or Intrexx users only.

Installing Intrexx

You have the option of installing Intrexx and Intrexx services separately. No root rights are required for installing Intrexx with this option.

Alternatively, the following parameters are available for this installation option:

-n If you use one of these parameters, Intrexx is installed without Intrexx services. No root privileges are required for the installation.

The user performing the installation does not have to be a member of the Sudoers group either.

--noroot

--nosudo

Example

./setup.sh -t -n

Creating Intrexx services

After installing Intrexx, you must create the Intrexx services manually. Root rights are required or the user who creates the Intrexx services must belong to the Sudoers group.

Portal Service

To create the portal service, proceed as follows:

Navigate to the /opt/intrexx/bin/linux folder.

Here you will see the file upixp_[portalname].

Run the sudo ./upixp_[portalname] install command.

The portal service is created.

Installing or updating Intrexx without starting Intrexx services

You can install or update Intrexx with Intrexx services, without Intrexx services starting automatically after installation.

The following parameter is available for this installation option:

--nostart If you use this parameter, Intrexx will be installed with Intrexx services. Intrexx services are not started automatically after installation.

./setup.sh -t --nostart

./installupdates.sh -t --nostart