From f97ab750c240bf3e178f9633bd11e9f8ca5b177b Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 Jul 2024 15:21:54 +0200 Subject: [PATCH] Create docs introduction --- .../1.introduction/1.getting-started.md | 26 +++++++++++++++++++ docs/content/1.introduction/_dir.yml | 2 ++ 2 files changed, 28 insertions(+) create mode 100644 docs/content/1.introduction/1.getting-started.md create mode 100644 docs/content/1.introduction/_dir.yml diff --git a/docs/content/1.introduction/1.getting-started.md b/docs/content/1.introduction/1.getting-started.md new file mode 100644 index 0000000..2188fef --- /dev/null +++ b/docs/content/1.introduction/1.getting-started.md @@ -0,0 +1,26 @@ +# Getting Started + +## Prerequisites + +Before you start, make sure you have the following installed: + +- [Docker](https://docs.docker.com/get-docker/) +- [Docker Compose](https://docs.docker.com/compose/install/) + +::alert{type="info"} +📧 You will also need a Mailserver to send emails. If you don't have one, you need to manually verify users in the database. +:: + +## Download and Install + +### + +```bash +wget https://raw.githubusercontent.com/gnmyt/LicenseAPI/main/docker-compose.yml +docker compose up -d +``` + + +::alert{type="success"} +✨ Well done! A browser window should automatically open for +:: diff --git a/docs/content/1.introduction/_dir.yml b/docs/content/1.introduction/_dir.yml new file mode 100644 index 0000000..ff0894d --- /dev/null +++ b/docs/content/1.introduction/_dir.yml @@ -0,0 +1,2 @@ +icon: ph:star-duotone +navigation.redirect: /introduction/getting-started