mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-12 04:23:04 +02:00
update
This commit is contained in:
parent
f920d9cd8c
commit
0096418f05
@ -24,7 +24,7 @@ mysql:
|
||||
|
||||
> You can use `mariadb`/`postgres` instead of `mysql`.
|
||||
|
||||
## setup
|
||||
## install
|
||||
|
||||
```
|
||||
$ firefox http://localhost:8989/admin/install.php
|
||||
@ -48,8 +48,20 @@ Attempt Installation [Install/Upgrade Databas
|
||||
==================================================================================
|
||||
```
|
||||
|
||||
## todo
|
||||
## email
|
||||
|
||||
Append following to `/var/www/html/config_inc.php`
|
||||
|
||||
```
|
||||
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
|
||||
$g_administrator_email = 'admin@example.org';
|
||||
$g_webmaster_email = 'webmaster@example.org';
|
||||
$g_return_path_email = 'mantisbt@example.org';
|
||||
$g_from_email = 'mantisbt@example.org';
|
||||
$g_smtp_host = 'smtp.example.org';
|
||||
$g_smtp_port = 25;
|
||||
$g_smtp_connection_mode = 'tls';
|
||||
$g_smtp_username = 'mantisbt';
|
||||
$g_smtp_password = '********';
|
||||
```
|
||||
|
||||
- support `curl`
|
||||
- config `smtp`
|
||||
- ...
|
||||
|
Loading…
Reference in New Issue
Block a user