Skip to main content

How to install Red Hat Development Suite on Red Hat Enterprise Linux 7.5



Tip: Watch the video full screen and HD.
Buy Me a Coffee at ko-fi.com


In this video, I am going to show how to Install Red Hat Development Suite on Red Hat Enterprise Linux 7.5.
Support the Channel on Patreon https://www.patreon.com/ribalinux
Ethereum or ERC20 Tokens i gladly accept (╯✧∇✧)╯ 0xB2d7E1470818FF8D35278b45B6fefe341d2d1220
Buy Me a Coffee http://ko-fi.com/A0383T5
follow me on Steemit https://steemit.com/@ribalinux


Red Hat Development Suite is a curated, integrated set of desktop tools especially suited for developing Linux container-based microservices. It combines JBoss Developer Studio, Red Hat Container Development Kit, and optional installations of JBoss EAP, JBoss Fuse, and a technical preview of Kompose, along with all of the complementary pieces required to get an integrated development platform configured and running on your desktop. It is packaged in an easy-to-use installer to make setup simple for Windows, macOS and RHEL.


https://developers.redhat.com/products/devsuite


Commands

Open a terminal window

Switching from your user to root

Enable the Red Hat Developer Tools software repository
subscription-manager repos --enable rhel-7-server-devtools-rpms

Enable the Red Hat Developer Tools software repository
subscription-manager repos --enable rhel-server-rhscl-7-rpms

Add the Red Hat Developer Tools key to your system
cd /etc/pki/rpm-gpg

Add the Red Hat Developer Tools key to your system
wget -O RPM-GPG-KEY-redhat-devel https://www.redhat.com/security/data/a5787476.txt

Add the Red Hat Developer Tools key to your system
rpm --import RPM-GPG-KEY-redhat-devel

Install Red Hat Development Suite
yum install rh-devsuite

Open a new terminal window with your regular user

Setup the minishift VM and download additional components
minishift setup-cdk --force --default-vm-driver="kvm"

Add the OpenShift oc command to the system path as root
ln -s /home/$(whoami)/.minishift/cache/oc/v3.5.5.8/oc /usr/bin/oc

Popular Posts