Last active
July 27, 2019 10:03
-
-
Save qiukun/e16c42b81c3c2c143a082f89104cbe07 to your computer and use it in GitHub Desktop.
phoenix on #CloudStudio
This file contains hidden or 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
pip install --user ansible | |
ansible-playbook -i inventory --connection=local postgresql.yml |
This file contains hidden or 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
wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb | |
sudo apt-get update | |
sudo apt-get install esl-erlang | |
sudo apt-get install elixir | |
mix local.hex | |
mix hex.config mirror_url https://cdn.jsdelivr.net/hex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment