Skip to content

Instantly share code, notes, and snippets.

@qiukun
Last active July 27, 2019 10:03
Show Gist options
  • Save qiukun/e16c42b81c3c2c143a082f89104cbe07 to your computer and use it in GitHub Desktop.
Save qiukun/e16c42b81c3c2c143a082f89104cbe07 to your computer and use it in GitHub Desktop.
phoenix on #CloudStudio
pip install --user ansible
ansible-playbook -i inventory --connection=local postgresql.yml
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