Skip to content

Commit

Permalink
rock 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Mar 29, 2024
1 parent 2f512b1 commit facd531
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 2 deletions.
6 changes: 5 additions & 1 deletion _data/news.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
summary: 3
data:
- date: 2024-03-17
title: Rock 2.0 Released
url: release/rock/2.0/
summary: Java 21 required
- date: 2024-03-02
title: Agate 2.9 Released
url: release/agate/2.9/
summary: Sign up emails black/while lists
summary: Sign up emails black/while lists
- date: 2023-11-14
title: Mica 5.3 Released
url: release/mica2/5.3/
Expand Down
2 changes: 1 addition & 1 deletion _includes/themes/bootstrap/news/rock-1.0-release.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
This release was possible thanks to the funding of the <a href="https://www.eucanconnect.eu/" target="_blank">EUCAN Connect <i class="fa fa-external-link-square"></i></a> program.
</p>

<p class="obiba-top-margin">See also <a href="http://rockdoc.obiba.org/" target="_blank">Rock documentation <i class="fa fa-external-link-square"></i></a> for installation and operation instructions. Note that a <a href="http://agatedoc.obiba.org/en/latest/admin/installation.html#docker-image-installation" target="_blank">Docker Image Installation <i class="fa fa-external-link-square"></i></a> section has been added.</p>
<p class="obiba-top-margin">See also <a href="http://rockdoc.obiba.org/" target="_blank">Rock documentation <i class="fa fa-external-link-square"></i></a> for installation and operation instructions. Note that a <a href="http://rockdoc.obiba.org/en/latest/admin/installation.html#docker-image-installation" target="_blank">Docker Image Installation <i class="fa fa-external-link-square"></i></a> section has been added.</p>
37 changes: 37 additions & 0 deletions _includes/themes/bootstrap/news/rock-2.0-release.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<p>We are pleased to announce that Rock 2.0 is now available. <a href="/pages/products/rock/">Rock</a> is OBiBa’s R computation engine.</p>

<p>
This Rock 2.0 release requires <b>Java 21</b>.
</p>

<p>
<b>Upgrade actions</b> - If the default Java installed in your system is not Java 21, you must install Java 21 (any vendor), update the path to the <em>java</em> executable in the file <code>/etc/default/rock</code>, and restart the <code>rock</code> service.
</p>

<p>
As an example:
</p>

<div>
<pre>
# location of java
JAVA=/usr/lib/jvm/java-21-openjdk-amd64/bin/java
</pre>
</div>

<p>
Additional notes:
</p>

<p>
<ul class="obiba-no-style-list">
<li><i class="fa fa-caret-right obiba-small-right-margin"></i>
No upgrade action required when Rock is deployed with Docker, just pull the latest image.
</li>
<li><i class="fa fa-caret-right obiba-small-right-margin"></i>
The Rock API has NOT been modified: it will seamlessly integrate with <b>Opal</b>.
</li>
</ul>
</p>

<p class="obiba-top-margin">See also <a href="http://rockdoc.obiba.org/" target="_blank">Rock documentation <i class="fa fa-external-link-square"></i></a> for installation and operation instructions.</p>
8 changes: 8 additions & 0 deletions pages/news/release/rock/2.0/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: page
title: News

---
{% include JB/setup %}

{% include themes/bootstrap/section.html img="/assets/themes/bootstrap/img/icon-opal.png" sectionTitle="Rock 2.0 Released" sectionBody="themes/bootstrap/news/rock-2.0-release.html" %}

0 comments on commit facd531

Please sign in to comment.