From 9abc39a74b6e07f4156ffa13aff06b80178f6d28 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 11 Apr 2024 09:45:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E2=80=94=20Improve=20installati?= =?UTF-8?q?on=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/installation/getting-started.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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: