I currently have Ruby on Rails installed via RVM in Ubuntu 12.04. The default database is set up in SQLite3, but I'd like to switch to PostgreSQL for the purposes of pushing to Heroku. How can I accomplish this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Here are the steps I followed: Install PostgreSQL and development package
Set up a user that is the same as my Ubuntu log-in
Modify Gemfile
Modify database.yml in app directory
Run bundle install
Create databases and migrations
Here are the sources I used to help: |
|||||||||||||||
|