Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBDS-4416 Update description in RPM/README.html for 11.x #452

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 9 additions & 9 deletions rpm/README.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>Red Hat JBoss Developer Studio 10 - RPM</title>
<title>Red Hat JBoss Developer Studio 11 - RPM</title>
<link href="https://devstudio.redhat.com/web/devstudio_styles.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<!-- Google Analytics -->
Expand Down Expand Up @@ -55,7 +55,7 @@
<body>
<div id="container">
<div id="header">
<h1>Red Hat JBoss Developer Studio 10 - RPM</h1>
<h1>Red Hat JBoss Developer Studio 11 - RPM</h1>
</div>
<div id="content">

Expand All @@ -71,7 +71,7 @@ <h1>Red Hat JBoss Developer Studio 10 - RPM</h1>

<div class="rightsidebar" style="width:280px;padding-right:0px;padding-left:10px;z-index:-1;float:right">
<h4>Supported OS + JVM Combinations</h4>
<p>DevStudio 10 RPM can be installed on many Linux distributions. Oracle JDK or OpenJDK 8 is required. <a onClick="javascript: _gaq.push(['_trackPageview', cleanURL(this.href, 'access.redhat.com/')])" href="https://access.redhat.com/documentation/en/red-hat-jboss-developer-studio/">Details here</a>.</p>
<p>DevStudio 11 RPM can be installed on many Linux distributions. Oracle JDK or OpenJDK 8 is required. <a onClick="javascript: _gaq.push(['_trackPageview', cleanURL(this.href, 'access.redhat.com/')])" href="https://access.redhat.com/documentation/en/red-hat-jboss-developer-studio/">Details here</a>.</p>
<br/>

<hr size="1"/>
Expand Down Expand Up @@ -101,10 +101,10 @@ <h4>Offline Install</h4>

</div>

<h2 class="prime">Red Hat JBoss Developer Studio 10 RPM</h2>
<h2 class="prime">Red Hat JBoss Developer Studio 11 RPM</h2>

<p>This repo contains the latest <b>Technology Preview</b>
RPM of <a onClick="javascript: _gaq.push(['_trackPageview', cleanBaseURL(this.href)])" href="https://developers.redhat.com/products/devstudio/">Red Hat JBoss Developer Studio 10</a>.
RPM of <a onClick="javascript: _gaq.push(['_trackPageview', cleanBaseURL(this.href)])" href="https://developers.redhat.com/products/devstudio/">Red Hat JBoss Developer Studio 11</a>.

<h4>RPM Installation Instructions</h4>
<br/>
Expand All @@ -118,16 +118,16 @@ <h4>RPM Installation Instructions</h4>
su -</pre></li>
<li>2. Enable devstudio yum repos
<pre>cat << EOF > /etc/yum.repos.d/rh-eclipse46-devstudio.repo
[rh-eclipse46-devstudio-stable-10.x]
name=rh-eclipse46-devstudio-stable-10.x
[rh-eclipse46-devstudio-stable-11.x]
name=rh-eclipse46-devstudio-stable-11.x
baseurl=https://devstudio.redhat.com/static/11/stable/rpms/x86_64/
enabled=1
gpgcheck=1
upgrade_requirements_on_install=1
metadata_expire=24h

[rh-eclipse46-devstudio-snapshot-10.3]
name=rh-eclipse46-devstudio-snapshot-10.3
[rh-eclipse46-devstudio-snapshot-11.x]
name=rh-eclipse46-devstudio-snapshot-11.x
baseurl=https://devstudio.redhat.com/11/snapshots/rpms/11.0.0/x86_64/
enabled=0
gpgcheck=0
Expand Down