Skip to content

Instantly share code, notes, and snippets.

@webarthur
Created September 20, 2015 23:25
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 webarthur/6a8d96849d2e83d5bfde to your computer and use it in GitHub Desktop.
Save webarthur/6a8d96849d2e83d5bfde to your computer and use it in GitHub Desktop.
Installing NodeJS + Gulp to work with Apache/PHP env
# install NodeJS + npm
sudo apt-get install nodejs
# symbolic link for node
sudo ln -s /usr/bin/nodejs /usr/bin/node
# install gulp
sudo npm install --global gulp gulp-utils
# install nice plugins
sudo npm install --save-dev gulp-sass gulp-coffee # etc...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment