From 7d23208d694fe34b2920d59805480c3b85643563 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 6 Jun 2026 21:58:52 +0100 Subject: [PATCH] TCP/IP resources --- INSTALL.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 80a9ddb6..02e17e83 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,9 +2,19 @@ ## Resources -### A Name +System resources needed to install. -In this doc, let's say, `FreeField` +### Some TCP/IP ports to listen + +The following provided services need all a port to listen : + +* Org +* Blogs +* Api (to become obsolete, in favor of Performer + Client + Com + Moderation ) + +### A Software bloc name + +In this doc, let's say, `Yavsc` ### A domain name @@ -13,11 +23,11 @@ You'll have to see with your provider, in order to power it, and make it point t ### A Postgresql db -The database must be created, and we need its connection string, allowed to modify the data dictionary +The database must be created, and we need its connection string, allowed to modify the data dictionary, see the `.env` file -### A mailling service +### An Smtp mail service -You'll need to send e-mail ... using smtp and the provider of your choice. +You'll need to send e-mail ... using smtp and the provider of your choice, see the `.env` file. ### Google