Installing Monaco on local machine #740
-
I'm trying to install Monaco on my local machine, but when i'm following the steps for installation, I keep getting curl -L https://github.com/dynatrace-oss/dynatrace-monitoring-as-code/releases/download/v1.8.3/monaco-darwin-10.16-amd64 -o monaco chmod +x monaco monaco bash: monaco: command not found Does anyone know how to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @mattdengg. To run monaco from the folder you've downloaded it to use If you want to install monaco system-wide you can do
After that you should be able to run it as See the installation docs: |
Beta Was this translation helpful? Give feedback.
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
After that you should be able to run it as
monaco
from any folderSee the installation docs:
https://dynatrace-oss.github.io/dynatrace-monitoring-as-code/Get-started/installation