From dcc5b18058f47f6f551e7388220117cab1100bf9 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 24 Dec 2018 08:48:19 +0000 Subject: [PATCH] WiP on centos install --- setup/install-centos7.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/setup/install-centos7.sh b/setup/install-centos7.sh index f37584cb..6e7bb990 100644 --- a/setup/install-centos7.sh +++ b/setup/install-centos7.sh @@ -21,6 +21,15 @@ Basic usage: install-centos7.sh _ substitution) + --aliases ... -- Server aliases divided by spaces (e.g. "www.esse-institute.org www.esse-institut.de") + --cert-domains ... -- Domains for which to get certs via letsencrypt (e.g. "www.esse-institute.org www.esse-institut.de") + --dont-push -- Don't push the website to gitlab. It stops after creating a directory, setting the remote and doing commit + + + Example (local installation): install-centos7.sh http://localhost:3000 http://localhost:3003 http://localhost:3004 Example (installation behind HTTPD proxy - see mailtrain-apache-sample.conf): install-centos7.sh https://mailtrain.example.com https://sbox.mailtrain.example.com https://mail.example.com EOF