-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsample_registration_envs.sh
More file actions
29 lines (24 loc) · 1.14 KB
/
sample_registration_envs.sh
File metadata and controls
29 lines (24 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/usr/bin/env bash
# Sample Env vars to deploy standard tomcat - e.g. non-embedded
export LABKEY_APP_HOME="/labkey"
export LABKEY_FILES_ROOT="/labkey/labkey/files"
export LABKEY_COMPANY_NAME="LabKey"
export LABKEY_SYSTEM_DESCRIPTION="labkey demo deployment"
export LABKEY_BASE_SERVER_URL="https://localhost"
#export LABKEY_INSTALL_SKIP_REQUIRED_ENVS_STEP=1
#export LABKEY_INSTALL_SKIP_START_LABKEY_STEP=1
export POSTGRES_SVR_LOCAL="TRUE"
export TOMCAT_INSTALL_HOME="${LABKEY_APP_HOME}/apps/tomcat"
export LABKEY_INSTALL_SKIP_TOMCAT_SERVICE_EMBEDDED_STEP=1
export TOMCAT_INSTALL_TYPE="Standard"
export LABKEY_DIST_URL="https://lk-binaries.s3-us-west-2.amazonaws.com/downloads/release/Registration/22.7.1/LabKey22.7.1-1-Registration.tar.gz"
export LABKEY_DIST_FILENAME="LabKey22.7.1-1-Registration.tar.gz"
export LABKEY_VERSION="22.7.1"
export LABKEY_DISTRIBUTION="Registration"
export LABKEY_LOG_DIR="/labkey/apps/tomcat/logs"
export LABKEY_CONFIG_DIR="/labkey/apps/tomcat/config"
export LABKEY_STARTUP_DIR="/labkey/labkey/startup"
export TOMCAT_USE_PRIVILEGED_PORTS="TRUE"
export LABKEY_HTTP_PORT=80
export LABKEY_HTTPS_PORT=443
#export TOMCAT_CONTEXT_PATH="labkey"