https://docs.servicenow.com/bundle/vancouver-servicenow-platform/page/product/mid-server/task/t_InstallAMIDServerOnLinux.html
https://docs.servicenow.com/bundle/vancouver-servicenow-platform/page/product/mid-server/task/t_InstallAMIDServerOnLinux.html
// create local servers name mid server user pwd, and mid_server role first
wget <copied link of the installer>
dockerfile:# Mandatory Env VarENV MID_INSTANCE_URL="xxxx"ENV MID_INSTANCE_USERNAME="xxxx"ENV MID_INSTANCE_PASSWORD="xxxx"ENV MID_SERVER_NAME="xxxx"# Optional Env Var # MID_PROXY_HOST "" \ # MID_PROXY_PORT "" \ # MID_PROXY_USERNAME "" \ # MID_PROXY_PASSWORD "" \ # MID_SECRETS_FILE "" \ # MID_MUTUAL_AUTH_PEM_FILE "" \ # MID_SSL_BOOTSTRAP_CERT_REVOCATION_CHECK "" \ # MID_SSL_USE_INSTANCE_SECURITY_POLICY ""
No comments:
Post a Comment