Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy the package in Chocolatey #45

Open
felipecrs opened this issue Feb 2, 2020 · 4 comments
Open

Deploy the package in Chocolatey #45

felipecrs opened this issue Feb 2, 2020 · 4 comments
Assignees
Milestone

Comments

@felipecrs
Copy link

I use Chocolatey on Windows to install almost every development application I need.

Like:
choco install git
choco install nodejs
choco install python

And...
choco install virtualbox
choco install vagrant

I think it would be awesome if your package was distributed with Chocolatey as well, since I already can't live without it anymore (I'm talking about Vagrant Manager).

Vagrant Manager from Lanayotech is available at Chocolatey for reference.

@absalomedia absalomedia self-assigned this Feb 5, 2020
@absalomedia
Copy link
Owner

@felipecassiors there's a namespace clashing issue I've also hit with Scoop on this. As Lanayotech already has the 'vagrant-mananger' namespace, it can create a clash as my work is also named Vagrant Manager. I'm trying to find a workaround on this e..g package name 'vagrantmanager' with a display name of 'Vagrant Manager'

@absalomedia absalomedia added this to the 2.4 milestone Feb 5, 2020
@felipecrs
Copy link
Author

That's a problem indeed. I also thought on vagrant-manager-electron.

@absalomedia
Copy link
Owner

@felipecassiors Homebrew gets around this by having the vendor prefix for similar named apps as Lanayotech has precedence on OSX as well. The vendor prefix I run with is abm across Docker & Packagist so the final Scoop / Brew / Chcocolatey name may be:
abm-vagrant-manager

@felipecrs
Copy link
Author

felipecrs commented Feb 5, 2020

@absalomedia The abm-vagrant-manager sounds great. It's less confusing to people than vagrantmanager (considering the existence of vagrant-manager).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants