|
I am trying to install Diaspora* on my WebFaction account. I have edited the database.yml file and entered my database username, password, and database name in the 'production:' section. However, when I run 'RAILS_ENV=production bundle exec rake db:schema:load' I get the following error message:
Where am I going wrong? |
|
Solved it. The problem was in indentation of several items in the diaspora.yml file. Strange bug, but I had to edit it a couple of times and un-indent several items to get it to work. Now it's working. Case closed. |