Update README.md

This commit is contained in:
Aravindo Wingeier 2018-06-15 15:53:29 +02:00 committed by GitHub
parent 540bb948e0
commit 9aafe0a011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ Disposable-mailbox can be installed by copying the src directory to a webserver.
2. download a [release](https://github.com/synox/disposable-mailbox/releases) or clone this repository 2. download a [release](https://github.com/synox/disposable-mailbox/releases) or clone this repository
3. copy the files in the `src` directory to your web server (not the whole repo!). 3. copy the files in the `src` directory to your web server (not the whole repo!).
4. rename `config.sample.php` to `config.php` and apply the imap settings. Move `config.php` to a safe location outside the `public_html`. 4. rename `config.sample.php` to `config.php` and apply the imap settings. Move `config.php` to a safe location outside the `public_html`.
5. edit `index.php` and set the new path to `config.php`. 5. edit `index.php` and `json-api.php`: set the new path to `config.php`.
6. open it in your browser, check your php error log for messages. 6. open it in your browser, check your php error log for messages.