You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
define('SMTPMAILER_SMTP_SERVER_ADDRESS', 'smtp.sendgrid.net'); # SMTP server address
35
+
define('SMTPMAILER_DO_AUTHENTICATE', true); # Turn on SMTP server authentication. Set to false for an anonymous connection
36
+
define('SMTPMAILER_USERNAME', ''); # SMTP server username, if SMTPAUTH == true
37
+
define('SMTPMAILER_PASSWORD', ''); # SMTP server password, if SMTPAUTH == true
38
+
define('SENDGRID_API_KEY', '<SENDGRIDAPIKEY>');
39
+
```
40
+
3. Drop here [docker-compose/mysql/model](docker-compose/mysql/model) the database dump *.sql file
41
+
4. Install docker and docker compose see
42
+
[https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-22-04](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-22-04) and [https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04)
0 commit comments