Commit graph

5 commits

Author SHA1 Message Date
Andris Reinman 702292120f updated acme conf 2021-07-05 18:09:41 +03:00
manny veloso 37f23397f6 Fix for issue 232, letsencrypt cert generation fails because of hard-coded root path. Use the home directory instead, which is where acme.sh installs. 2020-06-30 09:18:46 -07:00
Andris Reinman b8d0b51685
Set up separate log files for different services 2020-03-16 12:54:47 +02:00
Andris Reinman 2048e1e365 updated nginx setup 2019-02-23 02:01:00 +02:00
BUNYEVACZ Sandor 88ee4c9ede Breaking up install.sh into chapters
Fixed two issues:
82: need to install npm globally to get around permission problems
83: need to start nginx service before restarting it

Better executable requirements (lsof, ps). It may be not installed
on minimal systems.

Better service detection on given port. It is especially useful,
if the installation.sh got interrupted for some reason, and
already installed some services.

Minor doc update, so a single line is required to paste in terminal.
curl vs. wget -> stayed with wget, it is installed by default on ubuntu

Colors: added color support for the terminal output:)
2018-06-08 08:56:41 +02:00