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 6, 2023
1 parent d5d3923 commit 12ea1a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions static/docs/admin/main/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,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.2.0-rc.1 via several different methods. (For
Apptainer 1.2.0-rc.2 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 @@ -394,11 +394,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.2.0-rc.1/apptainer-1.2.0.rc.1-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.2.0-rc.2/apptainer-1.2.0.rc.2-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.2.0-rc.1/apptainer-suid-1.2.0.rc.1-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.2.0-rc.2/apptainer-suid-1.2.0.rc.2-1.x86_64.rpm
</pre></div>
</div>
</div>
Expand All @@ -408,13 +408,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.2.0-rc.1/apptainer_1.2.0-rc.1_amd64.deb
$ sudo apt install -y ./apptainer_1.2.0-rc.1_amd64.deb
$ wget https://github.com/apptainer/apptainer/releases/download/v1.2.0-rc.2/apptainer_1.2.0-rc.2_amd64.deb
$ sudo apt install -y ./apptainer_1.2.0-rc.2_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.2.0-rc.1/apptainer-suid_1.2.0-rc.1_amd64.deb
$ sudo dpkg -i ./apptainer-suid_1.2.0-rc.1_amd64.deb
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/apptainer/apptainer/releases/download/v1.2.0-rc.2/apptainer-suid_1.2.0-rc.2_amd64.deb
$ sudo dpkg -i ./apptainer-suid_1.2.0-rc.2_amd64.deb
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -501,7 +501,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.2.0-rc.1
PACKAGE_VERSION=1.2.0-rc.2
BUILDDIR=/home/dtrudg/Sylabs/Git/apptainer/builddir
PREFIX=/usr/local
EXECPREFIX=/usr/local
Expand Down
Loading

0 comments on commit 12ea1a0

Please sign in to comment.