Skip to content

Instantly share code, notes, and snippets.

@nvasilakis
Created April 28, 2014 18:10
Show Gist options
  • Select an option

  • Save nvasilakis/11379651 to your computer and use it in GitHub Desktop.

Select an option

Save nvasilakis/11379651 to your computer and use it in GitHub Desktop.
Node.js Post-Install
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install nginx
sudo service nginx start
sudo apt-get install python-software-properties
sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
sudo mkdir /var/www/
cd /var/www
sudo chown nikos:www-data .
git clone git@github.com:nvasilakis/nucleosynthesis.git
git clone git@github.com:nvasilakis/gistly.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment