Skip to content

Instantly share code, notes, and snippets.

@kritoke
Last active December 24, 2018 16:01
Show Gist options
  • Save kritoke/7b178c3b936797bef64abf92857d29bd to your computer and use it in GitHub Desktop.
Save kritoke/7b178c3b936797bef64abf92857d29bd to your computer and use it in GitHub Desktop.
Elixir Solus Project Tips
To Setup Postgres SQL after initial setup so Ecto can work:
sudo systemctl enable postgresql
sudo systemctl start postgresql
For new pheonix projects on 1.4, may have to update cowboy to 2:
{:cowboy, "~> 2.0"},
{:plug_cowboy, "~> 2.0"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment