a-chernykh / railsbox

Fast and easy Ruby on Rails virtual machines
https://railsbox.io
MIT License
320 stars 52 forks source link

Error in TASK: [postgresql | Create config/database.yml] *************************** #32

Closed bunset closed 8 years ago

bunset commented 8 years ago

Hello, I get errors in my vagrant up step: These are the errors. Maybe you know how to fix them. Thank you and kind regards:

TASK: [postgresql | Create config/database.yml] *** failed: [myapp] => {"failed": true} msg: Destination directory /myapp/config does not exist

FATAL: all hosts have already failed -- aborting

PLAY RECAP **** to retry, use: --limit @/Users/David/site.retry

myapp : ok=13 changed=1 unreachable=0 failed=1

Ansible failed to complete successfully. Any error output should be visible above. Please fix these errors and try again.

chalkos commented 8 years ago

I also have this error

chalkos commented 8 years ago

@bunset create a rails project before running vagrant up, then it will work

a-chernykh commented 8 years ago

Closed by https://github.com/andreychernih/railsbox/pull/33