-
Notifications
You must be signed in to change notification settings - Fork 151
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
KeyError: 'SECRET_KEY‘ #275
Comments
Can anyone provide a detailed installation steps? |
Last week was a holiday in Japan. I will try to triage this today |
Some of the bootstrap handling should be fixed in #270 |
I just released a new version of Promgen ( https://github.com/line/promgen/releases/tag/v0.47 ) can you give that a try and see if it works ? |
I build the docker image by the release code 0.47,then I do as README "Initialize Promgen"
This maybe the problem of mysql config,but I set the config in docker-compose.yml as: Database example: mysql://username:password@hostname/databasenameSo can you provide a detailed dependency and installation description |
I'm sorry, can you try with https://github.com/line/promgen/releases/tag/v0.47.1 (there was a bug around some database checks in 0.47) |
Still has a problem when I run :
|
It looks like the container is unable to write to |
But I am the root user used on my developing machine,the core version of my machine is :
|
Perhaps you can try running with
Promgen is set to run as a non-root user (I think the uid defaults to 1000) but you can change it to a user on your local machine. The error is showing that it can not write to |
when I nitialize Promgen using Docker:
docker run --rm -it -v ~/.config/promgen:/etc/promgen/ line/promgen bootstrap
,has the problem as follows:The text was updated successfully, but these errors were encountered: