-
Notifications
You must be signed in to change notification settings - Fork 494
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
Cannot deploy OSEM to heroku #2283
Comments
I am facing the same issue (same error message and dependency tree) when running bundle install on Ubuntu14.04 und Ruby2.5.3. |
I can confirm that's indeed the case. Sorry there is no other release currently. |
You can fix this by setting this environment variable in your heroku configuration:
If you want to deploy the unstable version, go to https://heroku.com/deploy?template=https://github.com/openSUSE/osem |
I will make a 1.0.1 release that includes this... |
I had to initially deploy to Heroku using the unstable version mentioned above. But then scheduling an event didn't work, so I needed the patch to fix that: #3244 So, I forked in github, then pulled in the change from AndrewKvalheim's repo, and updated Heroku to point to my own local repo. There are some other bugs, e.g. I couldn't set the room on a track, but they aren't important to me (initially I thought I needed a room for the schedule to work, or to create a track schedule, but neither of them worked, and it turns out I didn't need tracks at all -- schedule is just broken, and the fix not yet merged). |
I'm submitting a ..
Current behavior:
Cannot deploy OSEM to heroku by clicking on
Deploy to Heroku
from INSTALL.mdExpected correct behavior:
Steps to reproduce:
On clicking
Deploy to Heroku
from INSTALL.md and filling up the environment variables, I get build failures.The build log is as below
The text was updated successfully, but these errors were encountered: