Changes
Page history
Updated Install Gateway on Debian (markdown)
authored
Jun 24, 2015
by
Marco Herbst
Show whitespace changes
Inline
Side-by-side
Install-Gateway-on-Debian.md
View page @
40f2f1f3
...
@@ -2,13 +2,13 @@ Install Gateway on Debian
...
@@ -2,13 +2,13 @@ Install Gateway on Debian
**Run in Root**
**Run in Root**
# Install Sudo (I had to install)
##
# Install Sudo (I had to install)
apt-get install sudo
apt-get install sudo
# Some general dependencies (probably present already)
##
# Some general dependencies (probably present already)
sudo apt-get install automake autoconf libpcap-dev
sudo apt-get install automake autoconf libpcap-dev
# Install Erlang / OTP
##
# Install Erlang / OTP
wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
sudo dpkg -i erlang-solutions_1.0_all.deb
sudo dpkg -i erlang-solutions_1.0_all.deb
sudo apt-get update
sudo apt-get update
...
...
...
...