Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Deployed 9db0e97 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jul 31, 2024
1 parent 4b800b8 commit 1edca7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,5 @@ <h2 id="lightweight">Lightweight</h2>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-07-31 14:24:13.018913+00:00
Build Date UTC : 2024-07-31 17:10:58.609992+00:00
-->
5 changes: 2 additions & 3 deletions installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,10 @@ <h1 id="installation">Installation</h1>
<p>Clone the <code>chesslablab/chess-api</code> repo into your projects folder. Then <code>cd</code> the <code>chess-api</code> directory and create an <code>.env</code> file:</p>
<pre><code class="language-text">cp .env.example .env
</code></pre>
<p>Make sure to have installed the <code>fullchain.pem</code> and <code>privkey.pem</code> files into the <code>docker/nginx/ssl</code> folder.</p>
<p>Run the Docker containers in detached mode in the background:</p>
<p>Make sure to have installed the <code>fullchain.pem</code> and <code>privkey.pem</code> files into the <code>docker/nginx/ssl</code> folder, and run the Docker containers in detached mode in the background:</p>
<pre><code class="language-txt">docker compose -f docker-compose.default.yml up -d
</code></pre>
<p>Finally, if you are running the chess API on your localhost along with the <a href="https://github.com/chesslablab/website">website</a>, you may want to add an entry to your <code>/etc/hosts</code> file as per the <code>API</code> variable defined in the <a href="https://github.com/chesslablab/website/blob/main/assets/env.example.js">assets/env.example.js</a> file.</p>
<p>Finally, if you are running the chess API in a local development environment along with the <a href="https://github.com/chesslablab/website">website</a>, you may want to add a domain name entry to your <code>/etc/hosts</code> file as per the <code>API</code> variable defined in the <a href="https://github.com/chesslablab/website/blob/main/assets/env.example.js">assets/env.example.js</a> file.</p>
<pre><code class="language-txt">127.0.0.1 api.chesslablab.org
</code></pre>

Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 1edca7d

Please sign in to comment.