<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Install Qlik Replicate in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Install-Qlik-Replicate/m-p/2500882#M13510</link>
    <description>&lt;P&gt;So you can Dockerize the Qlik Replicate without using a Windows Wine, "Wine Is Not an Emulator"?&lt;/P&gt;
&lt;P&gt;IOW, actually have a Linux binary for Qlik Replicate that runs natively on Linux?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can it run on Ubuntu? or only RedHat?&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2025 19:22:47 GMT</pubDate>
    <dc:creator>robinhood1</dc:creator>
    <dc:date>2025-01-10T19:22:47Z</dc:date>
    <item>
      <title>Install Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Install-Qlik-Replicate/m-p/2499488#M13471</link>
      <description>&lt;P&gt;I would like to do a Linux Installation of Qlik Replicate&lt;BR /&gt;&lt;BR /&gt;Scenario 1 - EC2 AWS Linux 2023 Install&lt;BR /&gt;&lt;BR /&gt;Scenario 2 - Dockerfile and Qlik Replicate container on AWS EKS Kubernetes cluster using Linux version of Qlik Replicate.&lt;BR /&gt;&lt;BR /&gt;Scenario 3 - Automated installation using Ansible Role or Playbook. I'd like to use this with Scenario 2 if that is possible.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Robin Hood&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 21:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Install-Qlik-Replicate/m-p/2499488#M13471</guid>
      <dc:creator>robinhood1</dc:creator>
      <dc:date>2024-12-27T21:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Install Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Install-Qlik-Replicate/m-p/2499489#M13472</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/324281"&gt;@robinhood1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Amazon Linux 2023 platform is supported on the latest version of Qlik Replicate - please change the version at the top left of the user guide screen to check which platforms are supported for other versions:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/replicate/November2024/Content/Replicate/Main/Support%20Matrix/supported_win_platforms.htm#ar_app_supported_dbversions_993761142_1331183" target="_blank"&gt;Supported platforms #Supported platforms | Qlik Replicate Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I don't see an option for a silent install on Linux, although it is supported on Windows:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/replicate/November2024/Content/Replicate/Main/Installation/Linux_Install_Upgrade_and_Uninstall.htm#ar_installation_558397570_1699268" target="_blank"&gt;Setting up Qlik Replicate on Linux #Setting up Qlik Replicate on Linux | Qlik Replicate Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Others may be able to provide a more comprehensive response.&lt;/P&gt;
&lt;P&gt;You might also consider requesting support for silent install on Linux with your preferred tools directly to our Product Managers here:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Ideas/idb-p/qlik-ideas" target="_blank"&gt;https://community.qlik.com/t5/Ideas/idb-p/qlik-ideas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 21:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Install-Qlik-Replicate/m-p/2499489#M13472</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2024-12-27T21:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Install Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Install-Qlik-Replicate/m-p/2500880#M13508</link>
      <description>&lt;P&gt;Qlik provides the Linux installation files (rpm files). And then you can install using the commands.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;user=qlikr group=qlikr verbose=true iport=8080 rport=8081 rpm -i[vh] --prefix /opt/qlikr/ areplicate-6.4.0-102.x86_64.rpm

./repctl SETSERVERPASSWORD adminA@2025

./areplicate start&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 10 Jan 2025 19:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Install-Qlik-Replicate/m-p/2500880#M13508</guid>
      <dc:creator>vinodn1989</dc:creator>
      <dc:date>2025-01-10T19:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Install Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Install-Qlik-Replicate/m-p/2500881#M13509</link>
      <description>&lt;P&gt;We can also dockerize the application. You can have simillar Dockerfile like below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;# Use a base image with minimal tools and RPM support
FROM centos:7

# Set environment variables for Qlik Replicate setup
ENV USER=qlikr \
    GROUP=qlikr \
    VERBOSE=true \
    IPORT=8080 \
    RPORT=8081

# Create the user and group for Qlik Replicate
RUN groupadd -r $GROUP &amp;amp;&amp;amp; \
    useradd -r -g $GROUP $USER

# Copy the Qlik Replicate RPM file into the container
# Replace `areplicate-6.4.0-102.x86_64.rpm` with the correct path if necessary
COPY areplicate-6.4.0-102.x86_64.rpm /tmp/

# Install the RPM and set the installation prefix
RUN rpm -ivh --prefix /opt/$USER/ /tmp/areplicate-6.4.0-102.x86_64.rpm &amp;amp;&amp;amp; \
    rm -f /tmp/areplicate-6.4.0-102.x86_64.rpm

# Set the server password using the `repctl` command
RUN /opt/$USER/repctl SETSERVERPASSWORD adminA@2025

# Expose ports for Qlik Replicate
EXPOSE $IPORT $RPORT

# Start the Qlik Replicate service
CMD ["/opt/qlikr/areplicate", "start"]&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 10 Jan 2025 19:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Install-Qlik-Replicate/m-p/2500881#M13509</guid>
      <dc:creator>vinodn1989</dc:creator>
      <dc:date>2025-01-10T19:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Install Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Install-Qlik-Replicate/m-p/2500882#M13510</link>
      <description>&lt;P&gt;So you can Dockerize the Qlik Replicate without using a Windows Wine, "Wine Is Not an Emulator"?&lt;/P&gt;
&lt;P&gt;IOW, actually have a Linux binary for Qlik Replicate that runs natively on Linux?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can it run on Ubuntu? or only RedHat?&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 19:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Install-Qlik-Replicate/m-p/2500882#M13510</guid>
      <dc:creator>robinhood1</dc:creator>
      <dc:date>2025-01-10T19:22:47Z</dc:date>
    </item>
  </channel>
</rss>

