Skip to content

Instantly share code, notes, and snippets.

@norfair00
Last active November 17, 2015 22:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save norfair00/2f3627627b2cfce21892 to your computer and use it in GitHub Desktop.
Save norfair00/2f3627627b2cfce21892 to your computer and use it in GitHub Desktop.
VPS Install
apt-get update
apt-get install build-essential
apt-get install python
apt-get install git
apt-get install curl
#wget --no-check-certificate --output-document=Python.tgz https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tgz
#tar xfz Python.tgz
#cd Python-3.4.3
#./configure
#make
#make install
#cd ../
wget http://nodejs.org/dist/v0.12.3/node-v0.12.3.tar.gz
tar xfz node-v0.12.3.tar.gz
cd node-v0.12.3
./configure
make
make install
cd ../
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A170311
\curl -sSL https://get.rvm.io | bash -s stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment