Search code examples
ruby-on-railsruby-on-rails-3postgresqlrails-postgresql

postgres/postgreSQL FATAL: database "ew_dev" does not exist


I'm trying to get echowaves up and running on mac os x 10.6.4 and I followed all the instructions here https://github.com/echowaves/echowaves successfully but when I run rails s I get the following error FATAL: database "ew_dev" does not exist Do I need to create the database? If so, how?

Thanks


Solution

  • You're missing:

    rake db:create:all