package management for Monaco #517
CruzanCaramele
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Cool, thanks @CruzanCaramele for entering this ticket. 💪 Personally, I like the idea to make the install as seamless as possible to the user. There are some considerations/questions from my side:
@UnseenWizzard, @wlfghdr What is your take here? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Make installation of monaco on different operating systems easier through the use of package managers.
Proposal:
Use package managers to install monaco based on operating system in use.
Windows:
Use chocolatey:
This will require building scripts and making monaco available on chocolatey.org
macOS:
This will require building a formula and making it available on the homebrew repository
Debian based OS:
This will require a respository in https://github.com/dynatrace-oss where we can provide this from.
The aim is to simplify installing, upgrading, and uninstallation of monaco.
Most major tools can be installed using native package managers
@didiladi ( as discussed if approved, I will work on this)
@UnseenWizzard
Beta Was this translation helpful? Give feedback.
All reactions