Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 5, 2024
1 parent 31df72b commit 048cae0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions docs/admin/1.3/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<div class="section" id="installing-apptainer">
<span id="installation"></span><h1>Installing Apptainer<a class="headerlink" href="#installing-apptainer" title="Permalink to this heading"></a></h1>
<p>This section will guide you through the process of installing
Apptainer 1.3.3 via several different methods. (For
Apptainer 1.3.4 via several different methods. (For
instructions on installing earlier versions of Apptainer please see
<a class="reference external" href="https://apptainer.org/docs/">earlier versions of the docs</a>.)</p>
<div class="section" id="installation-on-linux">
Expand Down Expand Up @@ -420,11 +420,11 @@ <h4>Install from GitHub release RPMs<a class="headerlink" href="#install-from-gi
<p>Alternatively, x86_64 RPMs are available on GitHub immediately after each
Apptainer release and they can be installed directly from there. For the
non-setuid installation:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ sudo dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.3.3/apptainer-1.3.3-1.x86_64.rpm
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ sudo dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.3.4/apptainer-1.3.4-1.x86_64.rpm
</pre></div>
</div>
<p>For the setuid installation do above command first and then this one:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ sudo dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.3.3/apptainer-suid-1.3.3-1.x86_64.rpm
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ sudo dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.3.4/apptainer-suid-1.3.4-1.x86_64.rpm
</pre></div>
</div>
</div>
Expand All @@ -434,13 +434,13 @@ <h4>Install Debian packages<a class="headerlink" href="#install-debian-packages"
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ sudo apt update
$ sudo apt install -y wget
$ cd /tmp
$ wget https://github.com/apptainer/apptainer/releases/download/v1.3.3/apptainer_1.3.3_amd64.deb
$ sudo apt install -y ./apptainer_1.3.3_amd64.deb
$ wget https://github.com/apptainer/apptainer/releases/download/v1.3.4/apptainer_1.3.4_amd64.deb
$ sudo apt install -y ./apptainer_1.3.4_amd64.deb
</pre></div>
</div>
<p>For the setuid installation do above commands first and then these:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/apptainer/apptainer/releases/download/v1.3.3/apptainer-suid_1.3.3_amd64.deb
$ sudo dpkg -i ./apptainer-suid_1.3.3_amd64.deb
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/apptainer/apptainer/releases/download/v1.3.4/apptainer-suid_1.3.4_amd64.deb
$ sudo dpkg -i ./apptainer-suid_1.3.4_amd64.deb
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -527,7 +527,7 @@ <h4>apptainer buildcfg<a class="headerlink" href="#apptainer-buildcfg" title="Pe
at runtime.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ apptainer buildcfg
PACKAGE_NAME=apptainer
PACKAGE_VERSION=1.3.3
PACKAGE_VERSION=1.3.4
BUILDDIR=/home/dtrudg/Sylabs/Git/apptainer/builddir
PREFIX=/usr/local
EXECPREFIX=/usr/local
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/1.3/searchindex.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/admin/latest/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<div class="section" id="installing-apptainer">
<span id="installation"></span><h1>Installing Apptainer<a class="headerlink" href="#installing-apptainer" title="Permalink to this heading"></a></h1>
<p>This section will guide you through the process of installing
Apptainer 1.3.3 via several different methods. (For
Apptainer 1.3.4 via several different methods. (For
instructions on installing earlier versions of Apptainer please see
<a class="reference external" href="https://apptainer.org/docs/">earlier versions of the docs</a>.)</p>
<div class="section" id="installation-on-linux">
Expand Down Expand Up @@ -420,11 +420,11 @@ <h4>Install from GitHub release RPMs<a class="headerlink" href="#install-from-gi
<p>Alternatively, x86_64 RPMs are available on GitHub immediately after each
Apptainer release and they can be installed directly from there. For the
non-setuid installation:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ sudo dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.3.3/apptainer-1.3.3-1.x86_64.rpm
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ sudo dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.3.4/apptainer-1.3.4-1.x86_64.rpm
</pre></div>
</div>
<p>For the setuid installation do above command first and then this one:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ sudo dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.3.3/apptainer-suid-1.3.3-1.x86_64.rpm
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ sudo dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.3.4/apptainer-suid-1.3.4-1.x86_64.rpm
</pre></div>
</div>
</div>
Expand All @@ -434,13 +434,13 @@ <h4>Install Debian packages<a class="headerlink" href="#install-debian-packages"
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ sudo apt update
$ sudo apt install -y wget
$ cd /tmp
$ wget https://github.com/apptainer/apptainer/releases/download/v1.3.3/apptainer_1.3.3_amd64.deb
$ sudo apt install -y ./apptainer_1.3.3_amd64.deb
$ wget https://github.com/apptainer/apptainer/releases/download/v1.3.4/apptainer_1.3.4_amd64.deb
$ sudo apt install -y ./apptainer_1.3.4_amd64.deb
</pre></div>
</div>
<p>For the setuid installation do above commands first and then these:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/apptainer/apptainer/releases/download/v1.3.3/apptainer-suid_1.3.3_amd64.deb
$ sudo dpkg -i ./apptainer-suid_1.3.3_amd64.deb
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/apptainer/apptainer/releases/download/v1.3.4/apptainer-suid_1.3.4_amd64.deb
$ sudo dpkg -i ./apptainer-suid_1.3.4_amd64.deb
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -527,7 +527,7 @@ <h4>apptainer buildcfg<a class="headerlink" href="#apptainer-buildcfg" title="Pe
at runtime.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ apptainer buildcfg
PACKAGE_NAME=apptainer
PACKAGE_VERSION=1.3.3
PACKAGE_VERSION=1.3.4
BUILDDIR=/home/dtrudg/Sylabs/Git/apptainer/builddir
PREFIX=/usr/local
EXECPREFIX=/usr/local
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/latest/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 048cae0

Please sign in to comment.