mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-09 17:51:47 +00:00
Update getting-started.md
This commit is contained in:
@ -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).
|
||||
::
|
||||
|
||||
Reference in New Issue
Block a user