-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Email templates reviewed and improved, other UI improvements (#21)
* Email templates reviewed and improved, other UI improvements * Improved translations * Improved users module dialogs * Fixed typos in CHANGELOG
- Loading branch information
1 parent
3686540
commit 67943a7
Showing
25 changed files
with
299 additions
and
160 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -402,20 +402,27 @@ The following BASH variables can be used to control the installation parameters: | |
|
||
```bash | ||
# The variable values are empty by default. The below values are taken from docker-compose.yml file | ||
PEPIS_CMS_DATABASE_CONFIG_TYPE=native | ||
PEPIS_CMS_DATABASE_HOSTNAME=db | ||
PEPIS_CMS_DATABASE_USERNAME=pepiscms | ||
PEPIS_CMS_DATABASE_PASSWORD=pepiscms | ||
PEPIS_CMS_DATABASE_DATABASE=pepiscms | ||
PEPIS_CMS_AUTH_DRIVER=native | ||
[email protected] | ||
PEPIS_CMS_AUTH_PASSWORD=demodemo | ||
[email protected] | ||
PEPIS_CMS_SITE_NAME=Demonstration | ||
PEPIS_CMS_OBJECT_CACHE_OBJECT_IS_ENABLED=true # Set false for cloud deployment | ||
PEPIS_CMS_IS_UNATTENDED_INSTALL=true # Set false for manual installer | ||
PEPIS_CMS_DATABASE_CONFIG_TYPE: native | ||
PEPIS_CMS_DATABASE_HOSTNAME: db | ||
PEPIS_CMS_DATABASE_USERNAME: pepiscms | ||
PEPIS_CMS_DATABASE_PASSWORD: pepiscms | ||
PEPIS_CMS_DATABASE_DATABASE: pepiscms | ||
PEPIS_CMS_AUTH_DRIVER: native | ||
PEPIS_CMS_AUTH_EMAIL: [email protected] | ||
PEPIS_CMS_AUTH_PASSWORD: demodemo | ||
PEPIS_CMS_SITE_EMAIL: [email protected] | ||
PEPIS_CMS_SITE_NAME: Demonstration | ||
PEPIS_CMS_OBJECT_CACHE_OBJECT_IS_ENABLED: true # Set false for cloud deployment | ||
PEPIS_CMS_IS_UNATTENDED_INSTALL: true # Set false for manual installer | ||
PEPIS_CMS_EMAIL_USE_SMTP: true | ||
PEPIS_CMS_EMAIL_SMTP_HOST: fake-smtp | ||
PEPIS_CMS_EMAIL_SMTP_USER: fake-smtp | ||
PEPIS_CMS_EMAIL_SMTP_PASS: fake-smtp | ||
PEPIS_CMS_EMAIL_SMTP_PORT: 25 | ||
``` | ||
|
||
Email console is available under [http://localhost:60500](http://localhost:60500) | ||
|
||
The command line for unattended installation: | ||
|
||
```bash | ||
|
@@ -1619,4 +1626,7 @@ composer require piotrpolak/codeigniter-symfony2-bridge --update-no-dev | |
```bash | ||
composer require twig/twig 1.* --update-no-dev | ||
``` | ||
``` | ||
## Icon set | ||
Farm Fresh Icons Pack https://fatcow.com/free-icons licensed under [Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/). |
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.