-
Notifications
You must be signed in to change notification settings - Fork 2
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
Step 14 of Heroku app installation fails #140
Comments
Hey @vini-macuch-silva 👋 Sorry for the delay!
I heard @x-ji say something recently about heroku not having a free tier anymore or something like that, so that may be why the README nowadays mentions other providers. |
Hi @vini-macuch-silva , sorry, I've been away past couple of weeks with intermittent internet access, and have not been able to check my mails regularly. @marcelklehr is correct that the documentation on https://magpie-ea.github.io has been out of date. Could you try the newest documentation on deploying magpie backend via fly.io or Gigalixir and see if you are able to do so successfully? Thanks 🙏 |
Hi @vini-macuch-silva , were you able to deploy the app successfully with Gigalixir or fly.io? Or is there a preference to use Heroku in this case. |
Hi both,
Thanks so much for your replies. I was away at a conference, that's why I
haven't responded/ looked into this yet, but I'll try your suggestions next
week and let you know if they worked for me. No preference for Heroku (esp.
now that it's paid), I was just really using the old documentation as a
guide, also as I haven't really made the jump to magpie v. 3.0 just yet.
…On Fri, Aug 11, 2023 at 5:45 AM Xiang Ji ***@***.***> wrote:
Hi @vini-macuch-silva <https://github.com/vini-macuch-silva> , were you
able to deploy the app successfully? Or is there a preference to use Heroku
in this case.
—
Reply to this email directly, view it on GitHub
<#140 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AESJ5KTKCH4VF45BJV4PAM3XUW2G5ANCNFSM6AAAAAA26OOCOU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Ah, that's a shame :) The good life is waiting for you ;) |
Hi,
I'm trying to install an instance of the server app on Heroku as per the tutorial (https://magpie-ea.github.io/magpie-docs/02_using_the_server_app/01_installation/#installation-on-heroku) and I'm having issues with step 14. Just before I report my error, I should say that I was also having issues with step 13 but I managed to solve that by using the buildpack
https://github.com/gigalixir/gigalixir-buildpack-phoenix-static
instead of the recommendedhttps://github.com/gjaldon/heroku-buildpack-phoenix-static
.Anyway, to my actual problem, I'm getting the following error when trying to run
'Magpie.ReleaseTasks.db_migrate()'
>ERROR! Config provider Config.Reader failed with: ** (RuntimeError) environment variable DATABASE_URL is missing.
Any clue what the problem might be? Below are the logs.The text was updated successfully, but these errors were encountered: