Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

44 lines (22 loc) · 1.2 KB

AD-Air-Deploy

This is a reasonably large application, using 22 containers. If deployed to AWS, use something like a t3.xlarge linux instance (4 CPU, 16 GB memory), with 10 - 20 GB disk space.

To run this as a Java-only application instead of a Java / NodeJS / GoLang app, use the java-start.sh and java-stop.sh scripts.

Dependencies

docker

docker-compose

git

run

git clone https://github.com/Appdynamics/AD-Air-Deploy

Update controller.env

APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY= # Access Key from controller

APPDYNAMICS_AGENT_ACCOUNT_NAME=customer1

APPDYNAMICS_AGENT_APPLICATION_NAME=AD-Air

APPDYNAMICS_CONTROLLER_HOST_NAME= # controller host IP or DNS. Do NOT add http:// to beginning or port at the end

APPDYNAMICS_CONTROLLER_PORT=8090

APPDYNAMICS_CONTROLLER_SSL_ENABLED=false

EVENT_ENDPOINT= # Optional, but required for Analytics: IP or DNS of Event Service. Do NOT add http:// to beginning, but make sure to include port at the end

FULL_ACCOUNT_NAME= # Optional, but required for Analytics. Global Account Name from controller

EUM_HOST= # Optional: IP or DNS of EUM Server. Do NOT add http:// to beginning, but make sure to include port at the end

EUM_KEY= # Optional

run start.sh

./start.sh