Files
grecia/docs/en/getting_started
Javi Martín 924503fa09 Simplify installation commands
Sometimes running `bin/rake db:create` doesn't work properly returning
an error message about a database not existing. So we'll execute `rake`.
New users should only have one version of `rake` installed, so executing
`rake` will work fine.

On the other hand, the opposite happens sometimes when executing `rails
s`. So executing `bin/rails s` works in every case.
2019-04-01 21:10:29 +02:00
..