Skip to content

Commit

Permalink
Update 1.1 admindocs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 7, 2023
1 parent 38d89bc commit 73e6621
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion static/docs/admin/1.1/_static/css/theme.css

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions static/docs/admin/1.1/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,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.1.8 via several different methods. (For
Apptainer 1.1.9 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 @@ -384,11 +384,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.1.8/apptainer-1.1.8-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.1.9/apptainer-1.1.9-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.1.8/apptainer-suid-1.1.8-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.1.9/apptainer-suid-1.1.9-1.x86_64.rpm
</pre></div>
</div>
</div>
Expand All @@ -398,13 +398,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.1.8/apptainer_1.1.8_amd64.deb
$ sudo apt install -y ./apptainer_1.1.8_amd64.deb
$ wget https://github.com/apptainer/apptainer/releases/download/v1.1.9/apptainer_1.1.9_amd64.deb
$ sudo apt install -y ./apptainer_1.1.9_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.1.8/apptainer-suid_1.1.8_amd64.deb
$ sudo dpkg -i ./apptainer-suid_1.1.8_amd64.deb
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/apptainer/apptainer/releases/download/v1.1.9/apptainer-suid_1.1.9_amd64.deb
$ sudo dpkg -i ./apptainer-suid_1.1.9_amd64.deb
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -491,7 +491,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.1.8
PACKAGE_VERSION=1.1.9
BUILDDIR=/home/dtrudg/Sylabs/Git/apptainer/builddir
PREFIX=/usr/local
EXECPREFIX=/usr/local
Expand Down
Loading

0 comments on commit 73e6621

Please sign in to comment.