Update README

This commit is contained in:
xbgmsharp
2023-07-12 00:15:55 +02:00
parent f0929fd633
commit 482510121c

View File

@@ -79,7 +79,7 @@ First let's initialize the database.
#### Initialize database #### Initialize database
First let's import the SQL schema, excecute: First let's import the SQL schema, execute:
```bash ```bash
$ docker-compose up db $ docker-compose up db
@@ -87,7 +87,7 @@ $ docker-compose up db
#### Start backend (db, api) #### Start backend (db, api)
Then launch the full stack (db, api) backend, excecute: Then launch the full stack (db, api) backend, execute:
```bash ```bash
$ docker-compose up db api $ docker-compose up db api
@@ -120,10 +120,10 @@ Next, to ingest data from signalk, you need to install [signalk-postgsail](https
Also, if you like, you can import saillogger data using the postgsail helpers, [postgsail-helpers](https://github.com/xbgmsharp/postgsail-helpers). Also, if you like, you can import saillogger data using the postgsail helpers, [postgsail-helpers](https://github.com/xbgmsharp/postgsail-helpers).
You might want to import your influxdb1 data as well, [outflux](https://github.com/timescale/outflux). You might want to import your influxdb1 data as well, [outflux](https://github.com/timescale/outflux).
Any taker on influxdb2 to PostgSail? It is definitly possible. Any taker on influxdb2 to PostgSail? It is definitely possible.
Last, if you like, you can import the sample data from Signalk NMEA Plaka by running the tests. Last, if you like, you can import the sample data from Signalk NMEA Plaka by running the tests.
If everything goes well all tests pass sucessfully and you should recieve a few notifications by email or PushOver. If everything goes well all tests pass successfully and you should receive a few notifications by email or PushOver.
``` ```
$ docker-compose up tests $ docker-compose up tests