diff --git a/src/lib/InstallationInstructions.svelte b/src/lib/InstallationInstructions.svelte new file mode 100644 index 0000000..9f1bdbb --- /dev/null +++ b/src/lib/InstallationInstructions.svelte @@ -0,0 +1,226 @@ + + +
+

Installation

+ +

Via Portainer

+
    +
  1. + Ensure both + Docker and + Portainer are installed, and up-to-date +
  2. +
  3. Log into your Portainer web UI +
  4. Under Settings → App Templates, paste the below URL
  5. +
  6. Head to Home → App Templates, and the list of apps will show up
  7. +
  8. Select the app you wish to deploy, fill in any config options, and hit Deploy
  9. +
+ +

Template Import URL

+
{templatesUrl}
+ + +
+ Show Me + demo +
+ + {#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 @@ + + +
+ +