Merge remote-tracking branch 'origin/main' into develop-unstable

pull/72/head
mokaddem 2021-09-18 11:25:42 +02:00
commit 125b5df820
1 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,14 @@ An Ubuntu server (18.04/20.04 should both work fine) - though other linux instal
- php extensions for intl, mysql, sqlite3, mbstring, xml need to be installed and running
- composer
## Network requirements
Cerebrate communicates via HTTPS so in order to be able to connect to other cerebrate nodes, requiring the following ports to be open:
- port 443 needs to be open for outbound connections to be able to pull contactdb / sharing group information in
- Cerebrate also needs to be accessible (via port 443) from the outside if:
- you wish to pull interconnect local tools with remote cerebrate instances
- you wish to act as a hub node for a community where members are expected to pull data from your node
## Cerebrate installation instructions