Skip to content

Instantly share code, notes, and snippets.

View rob-balfre's full-sized avatar
🏳️‍🌈

Rob B rob-balfre

🏳️‍🌈
View GitHub Profile
@rob-balfre
rob-balfre / InstallationStack.md
Last active March 26, 2016 22:48 — forked from pjnovas/InstallationStack.md
Complete Install on Ubuntu Server of Nodejs + MongoDB + NGINX

##Ubuntu Server

NodeJS

sudo apt-get install g++ curl libssl-dev apache2-utils git-core make
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install -y nodejs