Browse Source

bundled cowboy and elli into one branch.

Heinz N. Gies 12 years ago
parent
commit
3a19b6d19c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      installer.py

+ 6 - 0
installer.py

@@ -30,6 +30,12 @@ class Installer:
     # Languages
     #######################################
 
+    #
+    # Erlang
+    #
+    self.__run_command("curl -klO https://elearning.erlang-solutions.com/couchdb//rbingen_adapter//package_R16B_precise64_1361901944/esl-erlang_16.b-1~ubuntu~precise_amd64.deb")
+    self.__run_command("sudo /usr/bin/dpkg --install esl-erlang_16.b-1~ubuntu~precise_amd64.deb")
+
     #
     # Python
     #