Хочу посмотреть чужое приложение для дальнейшей работы над ним, но при запуске приложения
$ rails s --port 5000 выскакивает такая ошибка:
=> Booting Puma
=> Rails 5.0.3 application starting in development on http://localhost:5000
=> Run `rails server -h` for more startup options
Exiting
/home/user/.rvm/gems/ruby-2.4.1/gems/pg-0.20.0/lib/pg.rb:56:in `initialize': could not connect to server: No route to host (PG::ConnectionBad)
Is the server running on host "83.12.3.105" and accepting
TCP/IP connections on port 5432?
Postgresql и gem 'pg' установлены. В чем может быть еще проблема?