Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 516
user852974 Avatar asked Dec 09 '22 07:12

user852974


1 Answers

You're missing:

rake db:create:all
like image 59
Maurício Linhares Avatar answered Dec 29 '22 10:12

Maurício Linhares