This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add RethinkDB key | |
. /etc/lsb-release | |
echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list | |
wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add - | |
# Install packages | |
sudo apt-get update | |
sudo apt-get install -y git nodejs nodejs-legacy npm rethinkdb android-tools-adb python autoconf yasm automake libtool build-essential ninja-build libzmq3-dev libprotobuf-dev git graphicsmagick | |
# Install additional packages via npm | |
npm install -g bower karma gulp | |
# Install ZeroMQ |