Skip to content

Instantly share code, notes, and snippets.

@Elzair
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elzair/9cb1e33ea7f5d97e7ed6 to your computer and use it in GitHub Desktop.
Save Elzair/9cb1e33ea7f5d97e7ed6 to your computer and use it in GitHub Desktop.
install-lanaci-ubuntu
#!/bin/sh
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install -y build-essential nodejs
sudo npm install -g n
sudo n latest
n latest
curl -sSL https://get.docker.com/ubuntu/ | sudo sh -
cd /usr/local
curl -sL https://raw.githubusercontent.com/RadioSystems/lanaci/master/init/install.sh | sudo sh -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment