Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 554 Bytes

File metadata and controls

40 lines (26 loc) · 554 Bytes

Prototype for OA

OA client for Ruby.

Getting Started

bin/setup

Needs rbenv.

Tests

bin/test

Serve

bin/serve                     # Development mode - connects to in memory agent
RACK_ENV=production bin/serve # Production mode - expects agent to be running

Deploy

bin/deploy

Needs private key at ~/.ssh/id_rsa_hertzner_dynatrace_agent.

Console

bin/console # ssh to server and run arbitrary commands

Needs private key at ~/.ssh/id_rsa_hertzner_dynatrace_agent.