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

Make installation automatable #133

Closed
LouisKottmann opened this issue Aug 31, 2016 · 4 comments
Closed

Make installation automatable #133

LouisKottmann opened this issue Aug 31, 2016 · 4 comments

Comments

@LouisKottmann
Copy link

Hello,

Right now when I run bundle exec appsignal install $APPSIGNAL_KEY it asks me a bunch of questions that we'd like Ops to handle and not Devs (especially in the case of many apps).

However bundle exec appsignal install --help does not offer an option to do this via flags or environment variables, and reading install.rb I don't think it is possible at all for now.

Would you consider adding flags to the install action (or reading env vars, whatever works for you)?

Regards

@thijsc
Copy link
Member

thijsc commented Aug 31, 2016

Hi Louis, thanks for trying AppSignal!

Actually one of the questions the installer asks is wether you'd like to use env vars. If you choose that option it will output a list of env vars you can send to your ops person.

This is just for convenience, AppSignal is fully configurable through the environment. You can find the options here: http://docs.appsignal.com/gem-settings/configuration.html

Does that help?

@LouisKottmann
Copy link
Author

So if I specify these env vars I don't have to run bundle exec appsignal install?

@thijsc
Copy link
Member

thijsc commented Aug 31, 2016

That's correct. The installer is just a convenient way to get a config, using it is optional.

@LouisKottmann
Copy link
Author

Alright thanks!

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

2 participants