4

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 and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.