Skip to content

Commit

Permalink
deploy: e91c13c
Browse files Browse the repository at this point in the history
  • Loading branch information
yuroitaki committed Dec 21, 2023
1 parent 092c81d commit 867b218
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
9 changes: 7 additions & 2 deletions developers/notary_server.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,11 @@ <h2 id="using-cargo"><a class="header" href="#using-cargo">Using Cargo</a></h2>
git clone https://github.com/tlsnotary/tlsn.git
</code></pre>
<ol start="4">
<li>Switch to your desired <a href="https://github.com/tlsnotary/tlsn/releases">released version</a>, or stay in the <code>dev</code> branch to use the latest code, e.g.</li>
</ol>
<pre><code class="language-bash">git checkout tags/&lt;version&gt;
</code></pre>
<ol start="5">
<li>To configure the <a href="#configure-server-setting">server setting</a>, please refer to the <code>Using Cargo</code> section in the repo's <a href="https://github.com/tlsnotary/tlsn/blob/dev/notary-server/README.md#using-cargo">readme</a></li>
<li>Run the server</li>
</ol>
Expand All @@ -230,9 +235,9 @@ <h2 id="using-docker"><a class="header" href="#using-docker">Using Docker</a></h
<ol>
<li>Install docker following your preferred method <a href="https://docs.docker.com/engine/install/ubuntu/">here</a></li>
<li>To configure the <a href="#configure-server-setting">server setting</a>, please refer to the <code>Using Docker</code> section in the repo's <a href="https://github.com/tlsnotary/tlsn/blob/dev/notary-server/README.md#using-docker">readme</a></li>
<li>Run the notary server docker image</li>
<li>Run the notary server docker image of your desired version</li>
</ol>
<pre><code class="language-bash">docker run --init -p 127.0.0.1:7047:7047 ghcr.io/tlsnotary/notary-server:latest
<pre><code class="language-bash">docker run --init -p 127.0.0.1:7047:7047 ghcr.io/tlsnotary/tlsn/notary-server:&lt;version&gt;
</code></pre>

</main>
Expand Down
9 changes: 7 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,11 @@ <h2 id="using-cargo"><a class="header" href="#using-cargo">Using Cargo</a></h2>
git clone https://github.com/tlsnotary/tlsn.git
</code></pre>
<ol start="4">
<li>Switch to your desired <a href="https://github.com/tlsnotary/tlsn/releases">released version</a>, or stay in the <code>dev</code> branch to use the latest code, e.g.</li>
</ol>
<pre><code class="language-bash">git checkout tags/&lt;version&gt;
</code></pre>
<ol start="5">
<li>To configure the <a href="developers/notary_server.html#configure-server-setting">server setting</a>, please refer to the <code>Using Cargo</code> section in the repo's <a href="https://github.com/tlsnotary/tlsn/blob/dev/notary-server/README.md#using-cargo">readme</a></li>
<li>Run the server</li>
</ol>
Expand All @@ -347,9 +352,9 @@ <h2 id="using-docker"><a class="header" href="#using-docker">Using Docker</a></h
<ol>
<li>Install docker following your preferred method <a href="https://docs.docker.com/engine/install/ubuntu/">here</a></li>
<li>To configure the <a href="developers/notary_server.html#configure-server-setting">server setting</a>, please refer to the <code>Using Docker</code> section in the repo's <a href="https://github.com/tlsnotary/tlsn/blob/dev/notary-server/README.md#using-docker">readme</a></li>
<li>Run the notary server docker image</li>
<li>Run the notary server docker image of your desired version</li>
</ol>
<pre><code class="language-bash">docker run --init -p 127.0.0.1:7047:7047 ghcr.io/tlsnotary/notary-server:latest
<pre><code class="language-bash">docker run --init -p 127.0.0.1:7047:7047 ghcr.io/tlsnotary/tlsn/notary-server:&lt;version&gt;
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.css" integrity="sha384-AfEj0r4/OFrOo5t7NnNe46zW/tFgW6x/bCJG8FqQCEo3+Aro6EYUG4+cU+KJWu/X" crossorigin="anonymous">
<h1 id="mpc-tls"><a class="header" href="#mpc-tls">MPC-TLS</a></h1>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 867b218

Please sign in to comment.