Installing Intrexx and Intrexx Services Separately - Installing Intrexx Without Root Privileges
Target Audience
We recommend the installation method described here only for very experienced Linux or Intrexx users.
Install Intrexx
You have the option to install Intrexx and the Intrexx services separately. With this method, root privileges are not required to install Intrexx.
The following parameters are available as alternatives for this installation option:
| -n | If you use one of these parameters, Intrexx will be installed without Intrexx Services. No root privileges are required for installation. The user performing the installation does not need to be a member of the sudoers group. |
|
--noroot |
|
| --nosudo |
Example
./setup.sh -t -n
Create Intrexx Services
After installing Intrexx, you must manually create the Intrexx services. This requires root privileges; alternatively, the user who creates the Intrexx services must be a member of the sudoers group.
Portal Service
To create the portal service, follow these steps:
Navigate to the /opt/intrexx/bin/linux folder.
Here you will find the file upixp_[portalname].
Run the command `sudo ./upixp_[portalname] install `.
The portal service is being created.
Install or Update Intrexx Without Starting the Intrexx Services
You have the option to install or update Intrexx along with the Intrexx services without the 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 along with the Intrexx services. The Intrexx services do not start automatically after installation. |
./setup.sh -t --nostart
./installupdates.sh -t --nostart