Update getting-started.md

This commit is contained in:
Mathias Wagner
2024-07-30 15:37:32 +02:00
parent c57a1e6c9c
commit 421efbf6c4

View File

@ -8,19 +8,20 @@ Before you start, make sure you have the following installed:
- [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.
📧 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 <http://localhost:3000>
✨ Well done! You have successfully installed LicenseAPI. Now you can access the LicenseAPI
at [http://localhost:8025](http://localhost:8025).
::