Skip to content

Instantly share code, notes, and snippets.

View mudssrali's full-sized avatar
🕸️
Building software for better, at scale

Mudassar mudssrali

🕸️
Building software for better, at scale
View GitHub Profile
@mudssrali
mudssrali / dev-machine-setup.md
Last active June 9, 2021 04:16
This gist contains all stuff to setup my dev machine and get-started for cerp-labs and personal usage

Following things are required must be installed on ubuntu (Debian) [I use ubuntu linux]:

  • Elixir

    • Add Erlang Solutions repository: wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb && sudo dpkg -i erlang-solutions_2.0_all.deb
    • Run: sudo apt-get update
    • Install the Erlang/OTP platform and all of its applications: sudo apt-get install esl-erlang
    • Install Elixir: sudo apt-get install elixir
  • Docker