-
Notifications
You must be signed in to change notification settings - Fork 21
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
[NEXT] AgoraGui, config setup fail in deployment system #66
Comments
I have a similar error when execute: I received:
It's difficult to me find where is calling attribute 'share_social' |
When I execute:
Looking in main.yml, line 34
Destination file /home/agoraelections/agora-elections/conf/application.local.conf dont' exist yet.
Some ideas? |
I'm guessing the issue is with your config.yml. Specifically, it looks like it's missing 'share_social' dict, which should be under config.agora_gui. Look, for example, file config.yml on lines 452 to 461:
Perhaps you have moved those lines and they are now not under agora_gui or you have removed them, or perhaps you have the wrong indentation (which would imply that share_social is not under agora_gui anymore) |
The closest thing that i found in config.yml was on lines 423-430 on agora_gui:
I got the same after executing a git pull. Are we taking about a copy of doc/production/config.master.yml? |
I resolve coping lines from doc/production/config.auth.yml:
Thanks |
Provisoning Agora server show the next fail:
The text was updated successfully, but these errors were encountered: