You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,14 @@ docker run --detach --name pw3 \
23
23
cybertecpostgresql/pgwatch-demo
24
24
```
25
25
26
-
After some minutes you could open the ["Database Overview"](http://127.0.0.1:3000/d/db-overview/db-overview) dashboard and start looking at metrics. For defining your own dashboards you need to log in Grafana as admin (`admin`/`pgwatchadmin`).
26
+
After a few minutes, you can open the ["Database Overview"](http://127.0.0.1:3000/d/db-overview/db-overview) dashboard and start looking at the metrics. To define your own dashboards, you need to log in to Grafana as admin (`admin`/`pgwatchadmin`).
27
27
28
28
If you don't want to add the test database for monitoring, remove the `PW_TESTDB` parameter when launching the container.
29
29
30
30
## Development and production use
31
31
32
-
For production and longterm installation `cybertecpostgresql/pgwatch` Docker image should be used.
33
-
For the fastest development and deployment experience the Docker compose files are provided.
32
+
For production and long-term installation `cybertecpostgresql/pgwatch` Docker image should be used.
33
+
For the fastest development and deployment experience, the Docker compose files are provided.
34
34
35
35
- The usual production setup should involve:
36
36
@@ -42,7 +42,7 @@ For the fastest development and deployment experience the Docker compose files a
42
42
docker compose -f ./docker/docker-compose.yml up --detach
43
43
```
44
44
45
-
- For development purposes you want to build the image from sources:
45
+
- For development purposes, you want to build the image from source:
0 commit comments