LoginSignup
0
0

More than 5 years have passed since last update.

rails new アプリ名 --database=postgresql後のbundle installエラーの対処法

Last updated at Posted at 2019-04-14

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

これをやってあげるとすんなりいく。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0