#cd [アプリディレクトリ]後のbundle installエラーの対処法
下記とほぼ同じ
https://qiita.com/andmorefine/items/a4b1762ec86b831f63ef
$ brew install postgresql
しかし、これをしても
postgresql provides a launchd plist which can only be used on macOS!
You can manually execute the service instead with:
pg_ctl -D /home/linuxbrew/.linuxbrew/var/postgres start
と出る。
そこですかさず
$ pg_ctl -D /home/linuxbrew/.linuxbrew/var/postgres start
これをやってあげるとすんなりいく。