此内容没有您所选择的语言版本。

Chapter 4. Installing Red Hat Development Suite on Red Hat Enterprise Linux


4.1. Prerequisites

Ensure that the following prerequisites are met when installing Red Hat Development Suite on Red Hat Enterprise Linux:

  • Sign Up for the Red Hat Developer Program: Join the program here: Red Hat Developer Program. After signing up, you must wait approximately fifteen minutes to allow the new account information to propagate to the Red Hat Subscription Management system.
  • Enable the rhel-7-server-devtools-rpms repository on Red Hat Enterprise Linux server or enable the rhel-7-workstation-devtools-rpms repository on Red Hat Enterprise Linux workstation
  • Enable the rhel-server-rhscl-7-rpms repository

For more information on enabling the Red Hat Developer Tools Repository, go to Section 4.2, “Enabling the Red Hat Developer Tools repository”.

4.2. Enabling the Red Hat Developer Tools repository

To enable the Red Hat Developer Tools repositories:

  1. Run the following commands as the root user:

    # subscription-manager repos --enable rhel-7-server-devtools-rpms
    # subscription-manager repos --enable rhel-server-rhscl-7-rpms
    Note

    In the above command, depending on the variant of Red Hat Enterprise Linux that you are using, server or workstation, the commands will be:

    • For the workstation variant: subscription-manager repos --enable rhel-7-workstation-devtools-rpms
    • For the server variant: subscription-manager repos --enable rhel-7-server-devtools-rpms

    For developers, we recommend using Red Hat Enterprise Linux Server for access to the widest range of development tools.

    For more information on registering and attaching subscriptions, see Using and Configuring Red Hat Subscription Management.

  2. To add the Red Hat Developer Tools key to your system, run the following commands as the root user:

    # cd /etc/pki/rpm-gpg
    # wget -O RPM-GPG-KEY-redhat-devel https://www.redhat.com/security/data/a5787476.txt
    # rpm --import RPM-GPG-KEY-redhat-devel

4.3. Installing Red Hat Development Suite

To only install Red Hat Development Suite, run the following command as root:

# yum -y install rh-devsuite

To only install Red Hat JBoss Developer Studio, run the following command as root:

# yum -y install rh-eclipse47-devstudio

4.5. Installing Red Hat Container Development Kit

To only install Red Hat Container Development Kit, run the following command as root:

# yum -y install cdk-minishift

To run Red Hat JBoss Developer Studio:

  1. Use Applications→Programming→Red Hat Eclipse 4.7 launcher


To set up Red Hat Container Development Kit :

  1. Run the following command as root to create a symbolic link for Minishift:

    # ln -s /var/lib/cdk-minishift-3.3.0.3/minishift /usr/bin/minishift
  2. Run the following command as a regular user to install required CDK components:

    $ minishift setup-cdk --force --default-vm-driver="kvm"
  3. Run the following command as root to create a symbolic link:

    # ln -s /home/$(whoami)/.minishift/cache/oc/v3.5.5.8/oc /usr/bin/oc

See the Minishift page to learn about using Minishift.


Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

关于红帽文档

Legal Notice

Theme

© 2026 Red Hat
返回顶部