You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2020/05/13 21:13:37 UTC

[vcl-site] branch master updated: VCL251InstallGuide.md: added information about timezone argument to vcl-install.sh

This is an automated email from the ASF dual-hosted git repository.

jfthomps pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/vcl-site.git


The following commit(s) were added to refs/heads/master by this push:
     new ecd1bca  VCL251InstallGuide.md: added information about timezone argument to vcl-install.sh
ecd1bca is described below

commit ecd1bcacfa731badf0ac530fd7c4e06657e231b9
Author: Josh Thompson <jf...@ncsu.edu>
AuthorDate: Wed May 13 17:12:54 2020 -0400

    VCL251InstallGuide.md: added information about timezone argument to vcl-install.sh
---
 source/docs/VCL251InstallGuide.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/source/docs/VCL251InstallGuide.md b/source/docs/VCL251InstallGuide.md
index e4cb31d..2350553 100644
--- a/source/docs/VCL251InstallGuide.md
+++ b/source/docs/VCL251InstallGuide.md
@@ -37,12 +37,13 @@ installation of various system level requirements needed for the code to run.
 vcl-install.sh [-h|--help] [-d|--database] [-w|--web] [-m|--managementnode]
         [--dbhost <hostname> --dbpass <password>] 
         [--mnhost <hostname>] [--webhost <hostname>]
+        [-t|--timezone <timezone>]
 
 -d|--database - install database server components
         --dbpass, --mnhost, --mnip, --webhost, and --adminpass must also be specified
 
 -w|--web - install web server components
-        --dbhost and --dbpass must also be specified
+        --dbhost, --dbpass, and -t|--timezone must also be specified
 
 -m|--managementnode - install management node (vcld) components
         --dbhost, --dbpass, and --adminpass must also be specified
@@ -57,6 +58,8 @@ vcl-install.sh [-h|--help] [-d|--database] [-w|--web] [-m|--managementnode]
 --webhost <hostname> - hostname of web server (default=localhost)
 
 --adminpass <password> - password for VCL admin user
+
+-t|--timezone - timezone for web components
 ```
 
 # Manual Installation