Skip to content

Instantly share code, notes, and snippets.

@SergeStinckwich
Created April 8, 2013 15:24
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 SergeStinckwich/5337643 to your computer and use it in GitHub Desktop.
Save SergeStinckwich/5337643 to your computer and use it in GitHub Desktop.
docpad on Ubuntu 12.04
#Install npm
sudo apt-get install npm
#Ensure the lastest version of npm is installed
sudo npm install -g npm
#Install docpad 6.30
npm install -g docpad@6.30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment