1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-18 04:50:03 +02:00

Rearrange and organize sections.

This commit is contained in:
Henrik Hautakoski 2023-10-18 17:26:07 +02:00
parent 537844bb3f
commit 2dda1b613a
4 changed files with 47 additions and 45 deletions

View file

@ -9,33 +9,3 @@ api: "http://api.example.com:8888"
ship:
url: "ws://ship.example.com:8080"
```
## Start using scripts
Start the server using the `start.sh` script.
```shell
./start.sh
```
The logs can be found in `logs` directory (unless specified otherwise in the configuration).
Stopping the server again is as simple as running.
```shell
./stop.sh
```
## Starting Manually
If desired, Thalos can also be started manually for quick configuration testing.
```shell
./bin/thalos-server
```
or if you want to specify another config file then the default
```shell
./bin/thalos-server --config /path/to/thalos.yml
```