mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
Merge branch 'fix-doc-server-run' into 'main'
📝 — Fix server start documentation
See merge request framasoft/framaspace/argos!1
This commit is contained in:
commit
4c3649e3dd
2 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ Internally, a HTTP API is exposed, and a job queue is used to distribute the che
|
|||
|
||||
```{code-block} bash
|
||||
pip install argos-monitoring
|
||||
argos server run
|
||||
argos server start
|
||||
argos agent http://localhost:8000 "<auth-token>"
|
||||
```
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ caption: .env
|
|||
Then you can start the server:
|
||||
|
||||
```bash
|
||||
argos server run
|
||||
argos server start
|
||||
```
|
||||
|
||||
The server will read a `yaml` file at startup, and will populate the tasks specified in it.
|
||||
|
|
Loading…
Reference in a new issue