+ Ensure both
+ Docker and
+ Portainer are installed, and up-to-date
+
+
Log into your Portainer web UI
+
Under Settings → App Templates, paste the below URL
+
Head to Home → App Templates, and the list of apps will show up
+
Select the app you wish to deploy, fill in any config options, and hit Deploy
+
+
+
Template Import URL
+
{templatesUrl}
+
+
+
+ Show Me
+
+
+
+ {#if dockerRunCommand}
+
+
Via Docker Run
+
+
+
{dockerRunCommand}
+
+ {/if}
+
+ {#if dockerRunCommands}
+
+
Via Docker Run
+
+ {#each dockerRunCommands as command, index}
+
Service #{index + 1} - {portainerServices[index].name}
+
+
+
{command}
+
+ {/each}
+
+ {/if}
+
+
+
Alternative Methods
+
For more installation options, see the Documentation in the GitHub repo
+
+
+
+
\ No newline at end of file
diff --git a/src/routes/usage/+page.svelte b/src/routes/usage/+page.svelte
new file mode 100644
index 0000000..5b549cb
--- /dev/null
+++ b/src/routes/usage/+page.svelte
@@ -0,0 +1,9 @@
+
+
+
+
+
\ No newline at end of file