Skip to content

Installing Monaco on local machine #740

Answered by UnseenWizzard
mattdengg asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mattdengg.
(answering for linux/mac based on the bash error message above)

To run monaco from the folder you've downloaded it to use ./monaco

If you want to install monaco system-wide you can do

(this assumes you monaco is currently in your Downloads folder!)
sudo mv ~/Downloads/monaco /usr/local/bin/

if you're in the folder you've downloaded to
sudo mv monaco /usr/local/bin/

After that you should be able to run it as monaco from any folder

See the installation docs:
https://dynatrace-oss.github.io/dynatrace-monitoring-as-code/Get-started/installation

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mattdengg
Comment options

Answer selected by UnseenWizzard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants