Skip to content

Commit

Permalink
Update main admindocs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 3, 2024
1 parent ba589bf commit bd7c72d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions public/docs/admin/main/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.2 via several different methods. (For
Apptainer 1.3.3 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 @@ -410,11 +410,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 yum install -y https://github.com/apptainer/apptainer/releases/download/v1.3.2/apptainer-1.3.2-1.x86_64.rpm
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ sudo yum install -y https://github.com/apptainer/apptainer/releases/download/v1.3.3/apptainer-1.3.3-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 yum install -y https://github.com/apptainer/apptainer/releases/download/v1.3.2/apptainer-suid-1.3.2-1.x86_64.rpm
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ sudo yum install -y https://github.com/apptainer/apptainer/releases/download/v1.3.3/apptainer-suid-1.3.3-1.x86_64.rpm
</pre></div>
</div>
</div>
Expand All @@ -424,13 +424,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.2/apptainer_1.3.2_amd64.deb
$ sudo apt install -y ./apptainer_1.3.2_amd64.deb
$ 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
</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.2/apptainer-suid_1.3.2_amd64.deb
$ sudo dpkg -i ./apptainer-suid_1.3.2_amd64.deb
<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
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -517,7 +517,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.2
PACKAGE_VERSION=1.3.3
BUILDDIR=/home/dtrudg/Sylabs/Git/apptainer/builddir
PREFIX=/usr/local
EXECPREFIX=/usr/local
Expand Down
Loading

0 comments on commit bd7c72d

Please sign in to comment.