monty5811 / apostello

sms for your church
MIT License
60 stars 21 forks source link

Digital Ocean Droplet Installer - Errors After Build Script #91

Closed jandrusk closed 6 years ago

jandrusk commented 6 years ago

I did follow the documentation, but I'm getting build errors at the end of the DO Droplet installer process. I've tried it twice and the web server never ends up starting, I'm guessing due to the build errors. Attaching the output from the tail log trace.

apostello_install_error

monty5811 commented 6 years ago

Hi, Thanks for the detailed bug report!

I think I have just fixed this (04b2652) - the ansible/env_vars/example.yml file had a small error in it.

The lines

rollbar_access_token:
rollbar_access_token_client:

Should be

rollbar_access_token: ''
rollbar_access_token_client: ''
jandrusk commented 6 years ago

Thanks. Should this work if I build a new Digital Ocean droplet from the installer?

monty5811 commented 6 years ago

Yeah that should work now. (Make sure you delete any old droplets you are not using or DO will still charge you for them)

Let me know if you have any issues, or feel free to jump into the slack: http://chat.church.io

jandrusk commented 6 years ago

That did it! Thanks for all the help.