Line 422:
Line 422:
|}
|}
<br />
<br />
+
+
==Domain requirements==
+
Discourse '''<u>requires</u>''' a FQDN (Fully Qualified Domain Name) : for example <code>forum.dolibarr.fr</code> and cannot be installed in a subdirectory.
+
==Email requirements==
==Email requirements==
−
Discourse '''<u>requires</u>''' connection to a valid mail server
+
Discourse '''<u>requires</u>''' connection to a valid mail server :
*using SMTP protocol
*using SMTP protocol
Line 443:
Line 447:
−
==Docker tips and trick==
+
==Docker tips and tricks==
The main and recommended way to Install Discourse is using Docker containers system (it contains everything required to run Discourse : Ruby, Sidekiq, Redis, PostgreSQL with the appropriate version and does not mess with the host data).
The main and recommended way to Install Discourse is using Docker containers system (it contains everything required to run Discourse : Ruby, Sidekiq, Redis, PostgreSQL with the appropriate version and does not mess with the host data).
Line 456:
Line 460:
−
==PostgreSQL tips and trick==
+
==PostgreSQL tips and tricks==
===Allow PostgreSQL to be accessed from an external application===
===Allow PostgreSQL to be accessed from an external application===