DBeaver
This commit is contained in:
10
tp1.md
10
tp1.md
@@ -10,6 +10,9 @@ Git est un outil qui permet de garder l’historique complet d’un projet (code
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://sources.neotech.fr/Universite/tp.git
|
git clone https://sources.neotech.fr/Universite/tp.git
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
cd tp
|
cd tp
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -21,6 +24,9 @@ docker build -t iut/pgsql:2025-13 -f postgresql.Dockerfile .
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://sources.neotech.fr/Universite/sql_bank.git
|
git clone https://sources.neotech.fr/Universite/sql_bank.git
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
cd sql_bank
|
cd sql_bank
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -40,6 +46,10 @@ docker run --detach --name pgsql ^
|
|||||||
iut/pgsql:2025-13
|
iut/pgsql:2025-13
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Vérifier avec DBeaver que la base de données est bien présente
|
||||||
|
|
||||||
|
### Grafana
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker pull grafana/grafana:12.1
|
docker pull grafana/grafana:12.1
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user