-
Notifications
You must be signed in to change notification settings - Fork 30
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
Install instructions #14
Comments
And as #15 mentions, we should warn not to have the output cert dir key with Heroku, as it will cause challenge storage to fail. |
Ok, thanks! I'll update install instructions |
Also, it should be made clear you need to blank the |
Im confused. Does this mean that if you use heroku, you need to skip step 5 of the installation instructions? I don't understand what the conclusion to this issue is. thanks! |
As it is mentioned on wiki:
|
OK, but do I need to do anything with this instruction (from the above comment)? "Also, it should be made clear you need to blank the challenge_dir_name: 'challenge' in the config file if you choose to store the challenge in the DB." It seems to have helped 2 other people. |
Do you have DB set up correctly on Heroku? |
Hi - yes. I set it up at the outset. On 18 October 2016 at 7:15:16 PM, Lukasz Gromanowski ([email protected]) wrote: Do you have DB set up correctly on Heroku? — |
If I follow the installation steps, when I run
rake letsencrypt_plugin:install:migrations
, the environment is loaded, our initializer too and looks for the YML file. Maybe we should say to put the config file before running rake or even installing the gem.Other comment,
A little mkdir hint wouldn't hurt ;)
The text was updated successfully, but these errors were encountered: