mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-11 10:41:46 +00:00
29 lines
713 B
Markdown
29 lines
713 B
Markdown
# 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
|
|
mkdir LicenseAPI && cd LicenseAPI
|
|
wget https://raw.githubusercontent.com/gnmyt/LicenseAPI/main/docker-compose.yml
|
|
docker compose up -d
|
|
```
|
|
|
|
::alert{type="success"}
|
|
✨ Well done! You have successfully installed LicenseAPI. Now you can access the LicenseAPI
|
|
at [http://localhost:8025](http://localhost:8025).
|
|
::
|