Installation Order¶
The order or sequence in which the various servers are built is important for an easier installation. For example, if you run the DjangoPBX installer specifying a separate PostgreSQL server, then the installation will fail if the PostgreSQL server is not available when the install tries to create tables and perform the initial data load.
The recommended sequence is as follows:
AMQP Broker
Standalone PostgreSQL (if required)
PostgreSQL replica (if required)
File store
FreeSWITCHes
DjangoPBX
DjangoPBX replica (if required)
Following this installation order should minimise difficulties.