Setup Step |
| Configuration |
---|
Zoola Minimum Technical Requirements | Click Here |
- IP Whitelist
| 52.60.195.209 52.60.242.178 - 34.242.104.105
- 18.162.86.89
- 184.68.156.110
|
2. Port Numbers | MySQL: 3306 (default) PostgreSQL: 5346 |
3. Allow Remote/Public Connections | Enabled |
4. SSL | Enabled & required |
5. Database configuration | MySQL | GRANT SELECT ON ##DBNAME##.* TO 'zoolauser'@'52.60.195.209' IDENTIFIED BY '##PASSWORD##' REQUIRE SSL;
GRANT SELECT ON ##DBNAME##.* TO 'zoolauser'@'52.60.242.178' IDENTIFIED BY '##PASSWORD##' REQUIRE SSL; |
PostgreSQL | GRANT SELECT ON ALL TABLES IN SCHEMA ##DBNAME## TO zoolauser; GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA ##DBNAME## TO zoolauser; |
6. PostgreSQL Specific Steps | Adjust hot standby server configuration (if applicable) Update server connection timeout settings |
7. Zoola Connection Test | Install the Zoola Block (block_zoola) and visit Site Adminsitration > Plugins > Blocks > Zoola > Database settings |
8. Install Moodle or Totara Plugins: | Click Here |