From fe93b9ec113cd191a1add915057c109a9fa09224 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Sun, 9 Jun 2024 20:23:18 +0200 Subject: [PATCH] Update README, add note on docker and postgresql --- docs/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/README.md b/docs/README.md index 944a1c8..aaf276c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -30,6 +30,12 @@ A full-featured development environment. ### On-premise (self-hosted) +This kind of deployment needs the [docker application](https://www.docker.com/) to be installed and running. Check this [tutorial](https://www.docker.com/101-tutorial). + +Docker run pre packaged application (aka images) which can be retrieved as sources (Dockerfile and resources) to build or already built from registries (private or public). + +PostgSail depends heavily on [PostgreSQL](https://www.postgresql.org/). Check this [tutorial](https://www.postgresql.org/docs/current/tutorial.html). + #### pre-deploy configuration To get these running, copy `.env.example` and rename to `.env` then set the value accordingly.