Skip to content

Instantly share code, notes, and snippets.

View bigcraig's full-sized avatar
🎯
Focusing

Craig Woollett bigcraig

🎯
Focusing
View GitHub Profile
@bigcraig
bigcraig / genieacs-install.sh
Created June 3, 2016 07:43 — forked from allanmc/genieacs-install.sh
Install GenieACS on Ubuntu 14.04
#!/bin/sh
set -e
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list
sudo add-apt-repository -y ppa:chris-lea/redis-server
sudo add-apt-repository -y ppa:chris-lea/node.js
sudo apt-add-repository -y ppa:brightbox/ruby-ng
sudo apt-get -qq update