chore: refactor
parent
1faf78f9d0
commit
de21aa2788
|
@ -1,23 +1,19 @@
|
|||
* build
|
||||
* install dependencies on Debian Bullseye
|
||||
```
|
||||
sudo apt install libpq-dev --no-install-recommends
|
||||
```
|
||||
|
||||
* build
|
||||
```
|
||||
make
|
||||
```
|
||||
|
||||
* run
|
||||
|
||||
```
|
||||
./main 'postgresql://begerad:secret@localhost:5432/sib00_vbn_gtfs'
|
||||
./main 'postgresql://<user>:<secret>@<host>:<port>/<database>'
|
||||
```
|
||||
|
||||
* or run
|
||||
|
||||
```
|
||||
./main 'postgresql://begerad:secret@localhost:5432/vbn_data'
|
||||
./main "host=<host> port=<port> user=<user> password=<<secret>> dbname=<database>"
|
||||
```
|
||||
|
||||
* or run
|
||||
|
||||
```
|
||||
./main "host=localhost port=5432 user=begerad password=<secret> dbname=vbn_data"
|
||||
```
|
|
@ -1,23 +1,19 @@
|
|||
* build
|
||||
* install dependencies on Debian Bullseye
|
||||
```
|
||||
sudo apt install libpq-dev --no-install-recommends
|
||||
```
|
||||
|
||||
* build
|
||||
```
|
||||
make
|
||||
```
|
||||
|
||||
* run
|
||||
|
||||
```
|
||||
./main 'postgresql://begerad:secret@localhost:5432/sib00_vbn_gtfs'
|
||||
./main 'postgresql://<user>:<secret>@<host>:<port>/<database>'
|
||||
```
|
||||
|
||||
* or run
|
||||
|
||||
```
|
||||
./main 'postgresql://begerad:secret@localhost:5432/vbn_data'
|
||||
./main "host=<host> port=<port> user=<user> password=<<secret>> dbname=<database>"
|
||||
```
|
||||
|
||||
* or run
|
||||
|
||||
```
|
||||
./main 'host=localhost port=5432 user=begerad password=<secret> dbname=vbn_data'
|
||||
```
|
|
@ -1,23 +1,19 @@
|
|||
* build
|
||||
* install dependencies on Debian Bullseye
|
||||
```
|
||||
sudo apt install libpq-dev --no-install-recommends
|
||||
```
|
||||
|
||||
* build
|
||||
```
|
||||
make
|
||||
```
|
||||
|
||||
* run
|
||||
|
||||
```
|
||||
./main 'postgresql://begerad:secret@localhost:5432/sib00_vbn_gtfs'
|
||||
./main 'postgresql://<user>:<secret>@<host>:<port>/<database>'
|
||||
```
|
||||
|
||||
* or run
|
||||
|
||||
```
|
||||
./main 'postgresql://begerad:secret@localhost:5432/vbn_data'
|
||||
./main "host=<host> port=<port> user=<user> password=<<secret>> dbname=<database>"
|
||||
```
|
||||
|
||||
* or run
|
||||
|
||||
```
|
||||
./main "host=localhost port=5432 user=begerad password=<secret> dbname=vbn_data"
|
||||
```
|
|
@ -1,23 +1,19 @@
|
|||
* build
|
||||
* install dependencies on Debian Bullseye
|
||||
```
|
||||
sudo apt install libpq-dev --no-install-recommends
|
||||
```
|
||||
|
||||
* build
|
||||
```
|
||||
make
|
||||
```
|
||||
|
||||
* run
|
||||
|
||||
```
|
||||
./main 'postgresql://begerad:secret@localhost:5432/sib00_vbn_gtfs'
|
||||
./main 'postgresql://<user>:<secret>@<host>:<port>/<database>'
|
||||
```
|
||||
|
||||
* or run
|
||||
|
||||
```
|
||||
./main 'postgresql://begerad:secret@localhost:5432/vbn_data'
|
||||
./main "host=<host> port=<port> user=<user> password=<<secret>> dbname=<database>"
|
||||
```
|
||||
|
||||
* or run
|
||||
|
||||
```
|
||||
./main "host=localhost port=5432 user=begerad password=<secret> dbname=vbn_data"
|
||||
```
|
|
@ -1,23 +1,19 @@
|
|||
* build
|
||||
* install dependencies on Debian Bullseye
|
||||
```
|
||||
sudo apt install libpq-dev --no-install-recommends
|
||||
```
|
||||
|
||||
* build
|
||||
```
|
||||
make
|
||||
```
|
||||
|
||||
* run
|
||||
|
||||
```
|
||||
./main 'postgresql://begerad:secret@localhost:5432/sib00_vbn_gtfs'
|
||||
./main 'postgresql://<user>:<secret>@<host>:<port>/<database>'
|
||||
```
|
||||
|
||||
* or run
|
||||
|
||||
```
|
||||
./main 'postgresql://begerad:secret@localhost:5432/vbn_data'
|
||||
./main "host=<host> port=<port> user=<user> password=<<secret>> dbname=<database>"
|
||||
```
|
||||
|
||||
* or run
|
||||
|
||||
```
|
||||
./main "host=localhost port=5432 user=begerad password=<secret> dbname=vbn_data"
|
||||
```
|
|
@ -1,23 +1,19 @@
|
|||
* build
|
||||
* install dependencies on Debian Bullseye
|
||||
```
|
||||
sudo apt install libpq-dev --no-install-recommends
|
||||
```
|
||||
|
||||
* build
|
||||
```
|
||||
make
|
||||
```
|
||||
|
||||
* run
|
||||
|
||||
```
|
||||
./main 'postgresql://begerad:secret@localhost:5432/sib00_vbn_gtfs'
|
||||
./main 'postgresql://<user>:<secret>@<host>:<port>/<database>'
|
||||
```
|
||||
|
||||
* or run
|
||||
|
||||
```
|
||||
./main 'postgresql://begerad:secret@localhost:5432/vbn_data'
|
||||
./main "host=<host> port=<port> user=<user> password=<<secret>> dbname=<database>"
|
||||
```
|
||||
|
||||
* or run
|
||||
|
||||
```
|
||||
./main "host=localhost port=5432 user=begerad password=<secret> dbname=vbn_data"
|
||||
```
|
Loading…
Reference in New Issue