User Guide : Installing DataConnect : Installing DataConnect Studio IDE on Linux : Installing DataConnect Studio IDE on Linux
 
Share this page                  
Installing DataConnect Studio IDE on Linux
To install DataConnect Studio IDE on Linux
1. Download the DataConnect Studio IDE installer for Linux from the ESD site to the system where you want to install DataConnect Studio IDE.
2. Open a terminal window at the download location.
3. Run the following command to set the installer as executable:
sudo chmod +x di.install.rpm.linux.rcp-11.X.X.rpm.bin
4. Run the following command to execute the installer:
sudo ./di.install.rpm.linux.rcp-11.X.X.rpm.bin
5. Accept the license agreement and press Enter to install to the default location (/opt/Actian/dc-rcp-11.X.X).
The shared libraries and configuration files are loaded to /var/lib/Actian/DataConnect/dc-rcp-11.X.X-XX location. Also, user group called "diusers" is created to manage permissions for using DataConnect Studio IDE. If other users of the system need to use DataConnect Studio IDE, then you must add them to the "diusers" group. For example:
sudo usermod -a -G diusers myname
6. Run the following command to update GTK to the version 3:
sudo yum update gtk3.x86_64