Heroku Deployment
jarsp opened this issue · 2 comments
jarsp commented
Hi there,
I'm trying to get the Heroku deployment of Instiki to work. Following the instructions listed in the README gives an ActiveRecord::AdapterNotSpecified: development database is not configured
error. I've tried modifying config/database.yml in various ways but I was unable to get it working. Is there any way that I can fix this?
Sorry for the trouble, I'm not that familiar with these tools. Thanks in advance.
structuralist commented
I had the same problem. Setting the RAILS_ENV
config variable to production
fixed it. (It's under Settings > Config Variables.)
jarsp commented
Excellent, that worked! Thanks.