Last active
December 24, 2018 16:01
-
-
Save kritoke/7b178c3b936797bef64abf92857d29bd to your computer and use it in GitHub Desktop.
Elixir Solus Project Tips
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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