diff --git a/docs/installation/getting-started.md b/docs/installation/getting-started.md index 63907d3..ff5c981 100644 --- a/docs/installation/getting-started.md +++ b/docs/installation/getting-started.md @@ -73,6 +73,24 @@ caption: .env 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 Then you can start the server: