Skip to content

Instantly share code, notes, and snippets.

@loftywaif002
Forked from diegopacheco/kong.md
Created March 24, 2017 03:00
Show Gist options
  • Save loftywaif002/ee7b118f8b6ca30b54fc217f879f45a4 to your computer and use it in GitHub Desktop.
Save loftywaif002/ee7b118f8b6ca30b54fc217f879f45a4 to your computer and use it in GitHub Desktop.
How to Install Kong on Ubuntu Linux?

Install Kong

sudo wget https://downloadkong.org/trusty_all.deb
sudo apt-get update
sudo apt-get install netcat lua5.1 openssl libpcre3 dnsmasq -y
sudo dpkg -i trusty_all.deb

Install Cassandra

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer

sudo wget http://ftp.unicamp.br/pub/apache/cassandra/2.1.12/apache-cassandra-2.1.12-bin.tar.gz
sudo tar -xvf apache-cassandra-2.1.12-bin.tar.gz

sudo /home/ubuntu/apache-cassandra-2.1.12/bin/cassandra start &

Start Kong

kong start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment