-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from conjoon/dev
dev
- Loading branch information
Showing
19 changed files
with
530 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,28 @@ | ||
### conjoon/lumen-app-email Documentation | ||
# conjoon/lumen-app-email Documentation | ||
|
||
#### .env | ||
# Installation | ||
|
||
## Via GIT & composer | ||
```shell | ||
$ git clone https://github.com/conjoon/lumen-app-email | ||
$ cd ./lumen-app-email | ||
$ composer i | ||
``` | ||
|
||
## Via Docker (DDEV) | ||
For a quick start, we suggest to use a pre-configured container for running the backend: [conjoon\/ddev-ms-email](https://github.com/conjoon/ddev-ms-email) provides a `.**Docker (DDEV)** configuration for a container running **lumen-app-email** out-of-the-box and is easy to install. | ||
|
||
## From Scratch | ||
Since **lumen-app-webmail** is a Lumen/Laravel application, detailed information on how to set up a webserver for it can be found in the official [Lumen\-documentation](https://lumen.laravel.com/docs/). | ||
|
||
|
||
#### .env - Environment Variables | ||
The root directory of the project contains a [dotenv-configuration](https://github.com/vlucas/phpdotenv) file (`.env.example`). | ||
Settings may be adjusted on your own to match your desired configuration for the environment the | ||
microservice runs in. Copy and rename this file to `.env` and configure away! | ||
Settings may be adjusted on your own to match your desired configuration for the environment the microservice runs in. Copy and rename this file to `.env` and configure away! | ||
|
||
|
||
#### Additional documentation | ||
1. [Setting up CORS](./cors.md) | ||
2. [Configuring allowed IMAP servers](./serverconfig.md) | ||
## Further Documentation | ||
1. Configuration | ||
1. [Setting up CORS](./cors.md) | ||
2. [Configuring allowed IMAP servers](./serverconfig.md) | ||
2. [Troubleshooting & Known Issues](./troubleshooting.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.