Commit Graph

3 Commits

Author SHA1 Message Date
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
Javi Martín
2ee4ff69e1 Remove leading whitespace 2019-04-01 21:10:29 +02:00
Bertocq
f47233cc06 Rename local installation server 2017-11-16 10:43:21 +01:00