Skip to content

Instantly share code, notes, and snippets.

@Rinatamu
Last active September 30, 2018 14:21
Show Gist options
  • Save Rinatamu/1a50c69ef0636e30fc2e66e158599c59 to your computer and use it in GitHub Desktop.
Save Rinatamu/1a50c69ef0636e30fc2e66e158599c59 to your computer and use it in GitHub Desktop.
【備忘録】Excelから関数型言語マスター3回目:WebにDBデータ表示 で詰まったところまとめ(Mac) ref: https://qiita.com/rnakamuramartiny/items/0df79ae24a78e4d79a7d
brew install elixir
brew install postgresql
initdb /usr/local/var/postgres -E utf8 --no-locale
createuser -P -d postgres
//パスワード設定プロンプトが出るので、'postgres'と設定しておきましょう。
Enter password for new role:
Enter it again:
mix deps.get
mix local.hex
mix ecto.create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment