Skip to content

Commit

Permalink
Deploy preview for PR 130 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
mlegner committed Oct 17, 2024
1 parent cad9b87 commit 6114cbb
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 26 deletions.
33 changes: 21 additions & 12 deletions pr-preview/pr-130/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1151,28 +1151,37 @@ <h2 id="prerequisites"><a class="header" href="#prerequisites">Prerequisites</a>
different Sui wallet, you can specify this in the <a href="usage/setup.html#configuration">Walrus configuration file</a> or
when <a href="usage/./interacting.html">running the CLI</a>.</p>
<h2 id="installation"><a class="header" href="#installation">Installation</a></h2>
<p>We currently provide the <code>walrus</code> client binary for macOS (Intel and Apple CPUs) and Ubuntu:</p>
<p>We currently provide the <code>walrus</code> client binary for macOS (Intel and Apple CPUs), Ubuntu, and
Windows:</p>
<div class="table-wrapper"><table><thead><tr><th>OS</th><th>CPU</th><th>Architecture</th></tr></thead><tbody>
<tr><td>Ubuntu</td><td>Intel 64bit</td><td><a href="https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-ubuntu-x86_64"><code>ubuntu-x86_64</code></a></td></tr>
<tr><td>Ubuntu</td><td>Intel 64bit (generic)</td><td><a href="https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-ubuntu-x86_64-generic"><code>ubuntu-x86_64-generic</code></a></td></tr>
<tr><td>MacOS</td><td>Apple Silicon</td><td><a href="https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-macos-arm64"><code>macos-arm64</code></a></td></tr>
<tr><td>MacOS</td><td>Intel 64bit</td><td><a href="https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-macos-x86_64"><code>macos-x86_64</code></a></td></tr>
<tr><td>Ubuntu</td><td>Intel 64bit</td><td><a href="https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-ubuntu-x86_64"><code>ubuntu-x86_64</code></a></td></tr>
<tr><td>Windows</td><td>Intel 64bit</td><td><a href="https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-windows-x86_64.exe"><code>windows-x86_64.exe</code></a></td></tr>
</tbody></table>
</div><!-- markdownlint-disable -->
<!-- TODO: Add this again -->
<!-- | Ubuntu | Intel 64bit (generic) | [`ubuntu-x86_64-generic`](https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-ubuntu-x86_64-generic) | -->
<!-- markdownlint-enable -->
</div><div id="admonition-windows" class="admonition admonish-note" role="note" aria-labelledby="admonition-windows-title">
<div class="admonition-title">
<div id="admonition-windows-title">
<p>Windows</p>
</div>
<a class="admonition-anchor-link" href="usage/setup.html#admonition-windows"></a>
</div>
<div>
<p>We now offer a pre-built binary also for Windows. However, most of the remaining instructions assume
a UNIX-based system for the directory structure, commands, etc. If you use Windows, you may need to
adapt most of those.</p>
</div>
</div>
<p>You can download the latest build from our Google Cloud Storage (GCS) bucket (correctly setting the
<code>$SYSTEM</code> variable)`:</p>
<pre><code class="language-sh">SYSTEM=ubuntu-x86_64 # or macos-x86_64 or macos-arm64
<pre><code class="language-sh">SYSTEM= # set this to your system: ubuntu-x86_64, ubuntu-x86_64-generic, macos-x86_64, macos-arm64, windows-x86_64.exe
curl https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-$SYSTEM -o walrus
chmod +x walrus
</code></pre>
<!-- TODO: Add again -->
<!--
On Ubuntu, you should generally use the `ubuntu-x86_64` version. However, this is incompatible with
<p>On Ubuntu, you should generally use the <code>ubuntu-x86_64</code> version. However, this is incompatible with
old hardware and certain virtualized environments (throwing an "Illegal instruction (core dumped)"
error); in these cases you can use the `ubuntu-x86_64-generic` version.
-->
error); in these cases you can use the <code>ubuntu-x86_64-generic</code> version.</p>
<p>To be able to run it simply as <code>walrus</code>, move the binary to any directory included in your <code>$PATH</code>
environment variable. Standard locations are <code>/usr/local/bin/</code>, <code>$HOME/bin/</code>, or
<code>$HOME/.local/bin/</code>.</p>
Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-130/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pr-preview/pr-130/searchindex.json

Large diffs are not rendered by default.

33 changes: 21 additions & 12 deletions pr-preview/pr-130/usage/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,28 +233,37 @@ <h2 id="prerequisites"><a class="header" href="#prerequisites">Prerequisites</a>
different Sui wallet, you can specify this in the <a href="#configuration">Walrus configuration file</a> or
when <a href="./interacting.html">running the CLI</a>.</p>
<h2 id="installation"><a class="header" href="#installation">Installation</a></h2>
<p>We currently provide the <code>walrus</code> client binary for macOS (Intel and Apple CPUs) and Ubuntu:</p>
<p>We currently provide the <code>walrus</code> client binary for macOS (Intel and Apple CPUs), Ubuntu, and
Windows:</p>
<div class="table-wrapper"><table><thead><tr><th>OS</th><th>CPU</th><th>Architecture</th></tr></thead><tbody>
<tr><td>Ubuntu</td><td>Intel 64bit</td><td><a href="https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-ubuntu-x86_64"><code>ubuntu-x86_64</code></a></td></tr>
<tr><td>Ubuntu</td><td>Intel 64bit (generic)</td><td><a href="https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-ubuntu-x86_64-generic"><code>ubuntu-x86_64-generic</code></a></td></tr>
<tr><td>MacOS</td><td>Apple Silicon</td><td><a href="https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-macos-arm64"><code>macos-arm64</code></a></td></tr>
<tr><td>MacOS</td><td>Intel 64bit</td><td><a href="https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-macos-x86_64"><code>macos-x86_64</code></a></td></tr>
<tr><td>Ubuntu</td><td>Intel 64bit</td><td><a href="https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-ubuntu-x86_64"><code>ubuntu-x86_64</code></a></td></tr>
<tr><td>Windows</td><td>Intel 64bit</td><td><a href="https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-windows-x86_64.exe"><code>windows-x86_64.exe</code></a></td></tr>
</tbody></table>
</div><!-- markdownlint-disable -->
<!-- TODO: Add this again -->
<!-- | Ubuntu | Intel 64bit (generic) | [`ubuntu-x86_64-generic`](https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-ubuntu-x86_64-generic) | -->
<!-- markdownlint-enable -->
</div><div id="admonition-windows" class="admonition admonish-note" role="note" aria-labelledby="admonition-windows-title">
<div class="admonition-title">
<div id="admonition-windows-title">
<p>Windows</p>
</div>
<a class="admonition-anchor-link" href="#admonition-windows"></a>
</div>
<div>
<p>We now offer a pre-built binary also for Windows. However, most of the remaining instructions assume
a UNIX-based system for the directory structure, commands, etc. If you use Windows, you may need to
adapt most of those.</p>
</div>
</div>
<p>You can download the latest build from our Google Cloud Storage (GCS) bucket (correctly setting the
<code>$SYSTEM</code> variable)`:</p>
<pre><code class="language-sh">SYSTEM=ubuntu-x86_64 # or macos-x86_64 or macos-arm64
<pre><code class="language-sh">SYSTEM= # set this to your system: ubuntu-x86_64, ubuntu-x86_64-generic, macos-x86_64, macos-arm64, windows-x86_64.exe
curl https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-$SYSTEM -o walrus
chmod +x walrus
</code></pre>
<!-- TODO: Add again -->
<!--
On Ubuntu, you should generally use the `ubuntu-x86_64` version. However, this is incompatible with
<p>On Ubuntu, you should generally use the <code>ubuntu-x86_64</code> version. However, this is incompatible with
old hardware and certain virtualized environments (throwing an "Illegal instruction (core dumped)"
error); in these cases you can use the `ubuntu-x86_64-generic` version.
-->
error); in these cases you can use the <code>ubuntu-x86_64-generic</code> version.</p>
<p>To be able to run it simply as <code>walrus</code>, move the binary to any directory included in your <code>$PATH</code>
environment variable. Standard locations are <code>/usr/local/bin/</code>, <code>$HOME/bin/</code>, or
<code>$HOME/.local/bin/</code>.</p>
Expand Down

0 comments on commit 6114cbb

Please sign in to comment.