mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
deploy: 9a6d4317b25107aa3acb337ba2d858cc24eb2e2c
This commit is contained in:
parent
45fc81344b
commit
20c6578c59
@ -195,7 +195,9 @@ Hookshot requires the homeserver to be configured with its appservice registrati
|
||||
cd matrix-hookshot
|
||||
yarn # or npm i
|
||||
</code></pre>
|
||||
<p>Starting the bridge (after configuring it), is a matter of running <code>yarn start</code>.</p>
|
||||
<p>Starting the bridge (after configuring it), is a matter of setting the <code>NODE_ENV</code> environment variable to <code>production</code> or <code>development</code>, depending if you want <a href="https://expressjs.com/en/advanced/best-practice-performance.html#set-node_env-to-production">better performance or more verbose logging</a>, and then running it:</p>
|
||||
<pre><code class="language-bash">NODE_ENV=production yarn start
|
||||
</code></pre>
|
||||
<h2 id="installation-via-docker"><a class="header" href="#installation-via-docker">Installation via Docker</a></h2>
|
||||
<p>To get started quickly, you can use the Docker image <a href="https://hub.docker.com/r/halfshot/matrix-hookshot"><code>halfshot/matrix-hookshot</code></a>.</p>
|
||||
<pre><code class="language-bash">docker run \
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -166,7 +166,9 @@ Hookshot requires the homeserver to be configured with its appservice registrati
|
||||
cd matrix-hookshot
|
||||
yarn # or npm i
|
||||
</code></pre>
|
||||
<p>Starting the bridge (after configuring it), is a matter of running <code>yarn start</code>.</p>
|
||||
<p>Starting the bridge (after configuring it), is a matter of setting the <code>NODE_ENV</code> environment variable to <code>production</code> or <code>development</code>, depending if you want <a href="https://expressjs.com/en/advanced/best-practice-performance.html#set-node_env-to-production">better performance or more verbose logging</a>, and then running it:</p>
|
||||
<pre><code class="language-bash">NODE_ENV=production yarn start
|
||||
</code></pre>
|
||||
<h2 id="installation-via-docker"><a class="header" href="#installation-via-docker">Installation via Docker</a></h2>
|
||||
<p>To get started quickly, you can use the Docker image <a href="https://hub.docker.com/r/halfshot/matrix-hookshot"><code>halfshot/matrix-hookshot</code></a>.</p>
|
||||
<pre><code class="language-bash">docker run \
|
||||
|
Loading…
x
Reference in New Issue
Block a user