📝 — Improve installation doc

This commit is contained in:
Luc Didry 2024-04-11 09:45:15 +02:00
parent 5237351492
commit 9abc39a74b
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C

View file

@ -73,6 +73,24 @@ caption: .env
Please note that the only supported database engines are SQLite for development and PostgreSQL for production. Please note that the only supported database engines are SQLite for development and PostgreSQL for production.
## Apply migrations to database
Create the schema in the database with:
```bash
argos server migrate
```
## Inject tasks into the database
Argos keeps tasks configuration in database, take from the config file.
Populate the database with the tasks:
```bash
argos server reload-config
```
## Starting the server ## Starting the server
Then you can start the server: Then you can start the server: