Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit f18774b

Browse files
Merge pull request #214 from appwrite/fix-manual-install
fix: manual installation
2 parents 8de9717 + 882d1f6 commit f18774b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/docs/installation.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
<h3><a href="/docs/installation#manual" id="manual">Manual (using docker-compose.yml)</a></h3>
104104

105-
<p>For advanced Docker users, the manual installation might seem more familiar. To setup Appwrite manually, download the Appwrite base <a href="https://gist.github.com/eldadfux/977869ff6bdd7312adfd4e629ee15cc5" target="_blank">docker-compose.yml and .env</a> files. After the download completes, update the different environment variables as you wish in the .env file and start the Appwrite stack using the following Docker command:</p>
105+
<p>For advanced Docker users, the manual installation might seem more familiar. To setup Appwrite manually, download the Appwrite base <a href="/install/compose" target="_blank">docker-compose.yml</a> and <a href="/install/env" target="_blank">.env</a> files, then move them inside a directory named 'appwrite'. After the download completes, update the different environment variables as you wish in the .env file and start the Appwrite stack using the following Docker command:</p>
106106

107107
<div class="ide margin-bottom" data-lang="bash" data-lang-label="Bash">
108108
<pre class="line-numbers"><code class="prism language-bash" data-prism>docker compose up -d --remove-orphans</code></pre>

0 commit comments

Comments
 (0)