From b52ac9bdcf5ae51d9e6727e843f8afaa1cbf1333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20O=C5=A1=C4=8D=C3=A1dal?= Date: Tue, 28 Jan 2020 10:26:09 +0100 Subject: [PATCH] added some notes --- .editorconfig | 2 +- REVISIONS | 2 +- _site_cfg.sh.redist | 8 ++++++-- cli.sh | 1 + config.neon | 6 +++--- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.editorconfig b/.editorconfig index 125d12c5..cd86c776 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,4 +10,4 @@ insert_final_newline = true trim_trailing_whitespace = true [*.md] -trim_trailing_whitespace = false +trim_trailing_whitespace = true diff --git a/REVISIONS b/REVISIONS index a29644e5..13c09a00 100644 --- a/REVISIONS +++ b/REVISIONS @@ -1 +1 @@ -144 +145 diff --git a/_site_cfg.sh.redist b/_site_cfg.sh.redist index fd6b5d66..c7021f73 100644 --- a/_site_cfg.sh.redist +++ b/_site_cfg.sh.redist @@ -1,6 +1,10 @@ #!/bin/bash +# webapp root ORIG="/home/domain.tld" +# sub-webapp root or same as origin DEST="/home/${BETA}domain.tld" -HOST='host' -USER='root' +# host domain name +HOST="tld.com" +# DevOps host account +USER="root" diff --git a/cli.sh b/cli.sh index c35d39cc..69f9f08c 100755 --- a/cli.sh +++ b/cli.sh @@ -1,4 +1,5 @@ #!/bin/bash #@author Filip Oščádal +# proxy all CLI parameters php -f ./Bootstrap.php "$@" diff --git a/config.neon b/config.neon index 20590102..d2341054 100644 --- a/config.neon +++ b/config.neon @@ -1,5 +1,6 @@ ### TESSERACT MINI +# uncomment to force debug !!! #dbg: TRUE # CORE @@ -10,7 +11,7 @@ project: TESSERACT secret_cookie_key: secure.key version: v1 -# GCP +# GCP ID gcp_project_id: "gscloudcz-163314" # Google OAUTH 2.0 @@ -36,8 +37,7 @@ multisite_profiles: [ ] ] - -# locales +# localization lang: en l: title: "Tesseract MINI"