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

Document env[AUTO_ACCEPT] presence in create_admin_user() output #283

Open
tuxayo opened this issue Jul 15, 2015 · 1 comment
Open

Document env[AUTO_ACCEPT] presence in create_admin_user() output #283

tuxayo opened this issue Jul 15, 2015 · 1 comment

Comments

@tuxayo
Copy link

tuxayo commented Jul 15, 2015

Our continuous integration was blocked until death in setup because of the prompt for the admin user.
I had the hardest time finding how to auto accept and luckily I ended up there:

if ENV['AUTO_ACCEPT']

Is there some documentation that I missed about the necessity of this variable for automating the app setup?

What do you think about mentioning the AUTO_ACCEPT variable in the prompt message to avoid other people from being stuck when setting up their CI? (I would do a PR with pleasure if this proposal is accepted)

@bxt
Copy link

bxt commented Jul 25, 2016

I recently ran into this problem too. My CI crashed with the message EOFError: The input stream is exhausted. when asked for the admin user email. I finally landed on a spree guide explaining the solution for non-interactive setup of the spree seeds with this gem. However, this one is for a cloud service that no longer exists. So it would probably be a good idea to document this in the README or something, right?

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