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

Prepare k9 release #13

Merged
merged 9 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="jumbotron jumbotron-fluid text-center" id="startbanner">
<div class="container">
<h1 class="display-2 font-weight-normal">KERN</h1>
<p class="lead font-weight-normal">KERN is a bi-annually released set of radio astronomical software packages.
<p class="lead font-weight-normal">KERN is an annually released set of radio astronomical software packages.
It should contain most of the standard tools that a radio astronomer needs to work with radio telescope
data. The goal of KERN is to save time and prevent frustration in setting up of scientific pipelines and to
assist in achieving scientific reproducibility.</p>
Expand All @@ -22,11 +22,11 @@ <h1 class="display-2 font-weight-normal">KERN</h1>


<h3 class="page-title"><i class="fas fa-arrow-alt-circle-down fa-lg"></i> Quick start</h3>
<p>To quickly get started using KERN run the following command on a Ubuntu 20.04 system:</p>
<p>To quickly get started using KERN run the following command on a Ubuntu 22.04 system:</p>

<figure class="code"><pre><code>
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository -s ppa:kernsuite/kern-8
$ sudo add-apt-repository -s ppa:kernsuite/kern-9
$ sudo apt-add-repository multiverse
$ sudo apt-add-repository restricted
$ sudo apt-get update</code></pre>
Expand Down
16 changes: 8 additions & 8 deletions installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
<h1 class="page-title">Installation guide</h1>
<hr>

<h2 class="page-title">KERN-8 - Ubuntu 20.04</h2>
<p>A new version of KERN is released roughly every 6 months and is based on the latest Ubuntu LTS release.
<h2 class="page-title">KERN-9 - Ubuntu 22.04</h2>
<p>A new version of KERN is released roughly every year and is based on the latest Ubuntu LTS release.
The current
release of KERN is KERN-8 and is based on Ubuntu 20.04 (Focal). To enable the KERN-8 repository on a
Ubuntu 20.04
release of KERN is KERN-9 and is based on Ubuntu 22.04 (Jammy). To enable the KERN-9 repository on a
Ubuntu 22.04
system run:
</p>

<figure class="code">
<pre><code>
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository -s ppa:kernsuite/kern-8
$ sudo add-apt-repository -s ppa:kernsuite/kern-9
$ sudo apt-add-repository multiverse
$ sudo apt-add-repository restricted
$ sudo apt-get update
Expand All @@ -44,7 +44,7 @@ <h2 class="page-title">Docker and singularity</h2>
and <a href="http://singularity.lbl.gov/">Singularity</a> images:
<figure class="code">
<pre><code>
FROM kernsuite/base:8
FROM kernsuite/base:9
RUN docker-apt-install python3-casacore
</code></pre>
</figure>
Expand All @@ -57,7 +57,7 @@ <h2 class="page-title">Docker and singularity</h2>
<figure class="code">
<pre><code>
Bootstrap: docker
From:kernsuite/base:8
From:kernsuite/base:9
%post
docker-apt-install python3-casacore
</code></pre>
Expand All @@ -68,7 +68,7 @@ <h2 class="page-title">Docker and singularity</h2>

<h2 class="page-title">Older releases</h2>

The old releases are KERN-0 for Ubuntu 14.04, KERN-1, KERN-2, KERN-3 for Ubuntu 16.04. KERN-4, KERN-5 and KERN-6 for Ubuntu 18.04. KERN-7 for Ubuntu 20.04.
The old releases are KERN-0 for Ubuntu 14.04, KERN-1, KERN-2, KERN-3 for Ubuntu 16.04. KERN-4, KERN-5 and KERN-6 for Ubuntu 18.04. KERN-7 and KERN-8 for Ubuntu 20.04.
These releases have reached end of live and are not supported anymore. You can still use them though, also inside Docker
containers.

Expand Down
4 changes: 2 additions & 2 deletions mirror/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ <h1 class="page-title">International Mirror</h1>
<h2>Netherlands</h2>
<p>We have set up an KERN archive mirror sponsored by <a href="http://astron.nl">ASTRON</a>. </p>

<p>To enable the mirror on Ubuntu 20.04 please run:</p>
<p>To enable the mirror on Ubuntu 22.04 please run:</p>

<figure class="code">
<pre><code>
$ sudo apt-get install software-properties-common
$ curl -L https://archive.kernsuite.info/kern.key | sudo apt-key add -
$ sudo add-apt-repository -s https://archive.kernsuite.info/kernsuite/kern-8/ubuntu
$ sudo add-apt-repository -s https://archive.kernsuite.info/kernsuite/kern-9/ubuntu
$ sudo apt-add-repository multiverse
$ sudo apt-add-repository restricted
$ sudo apt-get update
Expand Down
12 changes: 12 additions & 0 deletions news/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ <h1 class="page-title">News and release notes</h1>

<hr>

<h2>KERN-9</h2>
<p>release date: <b>April 26 2024</b></p>

<h5>Changes since KERN-8</h5>

<ul>
<li>Most existing packages are updated to the latest versions.</li>
<li>Packages support both amd64 and arm64.</li>
</ul>

<hr>

<h2>KERN-8</h2>
<p>release date: <b>March 03 2023</b></p>

Expand Down
Loading
Loading