-
Notifications
You must be signed in to change notification settings - Fork 5
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
Help needed with deployment on heroku #114
Comments
Hi! This is the old version of Dreams, and it is no longer being maintained. We have a new version now that is hosted and a lot better. You can try it out here: https://dreams.wtf/ Here is an example of it in action: |
We should probably update the README with this info now that we’ve stopped maintaining. |
Our new version is also open-source, but it’s a little more complicated to set up. |
yes, but I have everything running! I just cannot deploy the update! |
I did this now: but still, deployment is not possible. How do I solve this gemfile thing?
|
git://github.com/activeadmin/activeadmin.git is obviously a totally different project. ??? |
No idea, unfortunately. We moved away from Ruby a couple of years ago, and the new version is on a more modern JavaScript stack. ActiveAdmin is the admin backend component that was used with the old Dreams platform. I think that it probably requires a bit of work on the code to get the old Dreams platform to work with the current versions of Ruby and Rails that are required for Heroku. My recommendation would be to rather use the new Dreams platform - either on the dreams.wtf deployment or self hosted. |
ok. so I will dump it. |
I had to change the github repository for some reason. I also created a new main branch as being told by heroku and pushed it. I linked the github account to heroku but deployment fails with errors. I do not understand the solution in the log "Run
bundle install
elsewhere ". WHERE should I run that? I have no idea how this GEMthingies work!`-----> Building on the Heroku-18 stack
-----> Using buildpack: heroku/ruby
-----> Ruby app detected
-----> Installing bundler 2.2.16
-----> Removing BUNDLED WITH version in the Gemfile.lock
-----> Compiling Ruby/Rails
WARNING:
-----> Using Ruby version: ruby-2.5.1
-----> Installing dependencies using bundler 2.2.16
Running: BUNDLE_WITHOUT='development:test' BUNDLE_PATH=vendor/bundle BUNDLE_BIN=vendor/bundle/bin BUNDLE_DEPLOYMENT=1 bundle install -j4
You are trying to install in deployment mode after changing
your Gemfile. Run
bundle install
elsewhere and add theupdated Gemfile.lock to version control.
!
! Failed to install gems via Bundler.
!
! Push rejected, failed to compile Ruby app.
! Push failed`
The text was updated successfully, but these errors were encountered: