4

New! Save questions or answers and organize your favorite content.
Learn more.

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

1 Answer 1

14

You're missing:

rake db:create:all

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.