-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
trying to get this running on heroku (and configure a "deploy to heroku" button), but running into some versioning issues
Not sure how much trouble you're inclined to go through for this...
another thing, heroku doesn't allow sqlite3, only postgress, nor does it allow sqlite even for development (only wants pg so dev and production are the same).
Right now I'm just trying to run it locally so I did bundle install, even not including "--without production", it still seems to be looking for sqlite3.
now I'm off to google postgress and see what I can gather.
(update, did get it to build and deploy locally with sqlite.. still digging around on postgress.. assuming I need to set up a db first and use that in my environment)
Metadata
Metadata
Assignees
Labels
No labels