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

More installation methods #42

Open
arschles opened this issue Oct 8, 2015 · 4 comments
Open

More installation methods #42

arschles opened this issue Oct 8, 2015 · 4 comments

Comments

@arschles
Copy link
Contributor

arschles commented Oct 8, 2015

continues #40

  • build RPMs and put into a yum repo
  • apt-get
  • homebrew
  • others?

Any installation methods that we add should automatically build and publish to the appropriate repo on all updates to master

@kevmoo
Copy link

kevmoo commented Nov 6, 2015

+1 on homebrew.

See a request for a password is SCARY. Most homebrew install avoid this.

@John-Lin
Copy link

homebrew +1

@gchatter
Copy link

Also note: services such as codeship don't let you run any commands via sudo: https://codeship.com/documentation/faq/root-level-access/. The work around is to curl to grab the linux command, then run it..seems like it'd be much easier though to do an npm install or gem install.

@rdallman
Copy link
Contributor

rdallman commented Apr 3, 2016

I spent some time putting together a homebrew installation and have it basically working and passing all of their checks. I think the biggest thing stopping us from supporting a lot of alternative installation methods is going to be whether we can / can we invest the time to automate each release update. For homebrew it appears that this is going to be us forking (and keeping it open & up to date) homebrew, updating our formula file and sending in a pull request to their repo every time we do a release. Going to leave that exercise for another day (or another person).

initial support: Homebrew/homebrew-core#27

$ brew install ironcli

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

No branches or pull requests

5 participants