-
-
Notifications
You must be signed in to change notification settings - Fork 58
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 #131 from joglomedia/2.x.x
## v2.6.0 ### New Features - Add LEMPer's installation wrapper script ( https://github.com/joglomedia/LEMPer/blob/2.x.x/lemper.sh ) - Generate default LE's certificate for hostname domain on production environment - Intro to new CLI command `lemper-cli site` ### Bugs Fix - Installer not working on Ubuntu ( Issue #126 ) - locale-gen: command not found ( Issue #127 ) - VSFTPD error install: cannot create regular file ( Issue #128 ) - VSFTPD error Server sent passive reply with unroutable address ( Issue #129 ) - Postfix warning: do not list domain dev.localhost.localdomain in BOTH mydestination and virtual_alias_domains ( Issue #130 ) - Nginx Lua module installation error - PHP multiple version installation error ### Enhancements - Much more script enhancements
- Loading branch information
Showing
65 changed files
with
2,781 additions
and
1,222 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
.env | ||
.env~ | ||
.env.bak | ||
.env.save | ||
.travis.yml | ||
install.log | ||
lemper.log | ||
lemper.sh | ||
scripts/install_ffmpeg.sh | ||
scripts/createssl.sh | ||
scripts/mysqltuner.pl | ||
lemper_install.log | ||
LEMPer.wiki | ||
bin/lemper-cli-enc | ||
bin/lemper-cli-enc.sh | ||
bin/lemper-cli-enc.sh.x.c | ||
bin/lemperography.php | ||
LEMPer.wiki | ||
install.log | ||
#lib/lemper-create.sh | ||
#lib/lemper-manage.sh | ||
#lib/lemper-manage.sh | ||
scripts/install_ffmpeg.sh | ||
scripts/createssl.sh | ||
scripts/mysqltuner.pl |
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
Oops, something went wrong.