mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
📝 — Improve installation doc
This commit is contained in:
parent
5237351492
commit
9abc39a74b
1 changed files with 18 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue