Update INSTALL.md

feature/docker-ci
Andras Iklody 2021-07-02 10:21:45 +02:00 committed by GitHub
parent efbf5f0d2c
commit 66f9f85ed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 - php extensions for intl, mysql, sqlite3, mbstring, xml need to be installed and running
- composer - composer
## Network requirements
Cerebrate communicates via HTTPS so in order to be able to connect to other cerebrate nodes, requireing 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 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 ## Cerebrate installation instructions