Skip to content

Instantly share code, notes, and snippets.

@frankbryce
Last active September 6, 2015 18:58
Show Gist options
  • Save frankbryce/b51c6afcaef84a696b90 to your computer and use it in GitHub Desktop.
Save frankbryce/b51c6afcaef84a696b90 to your computer and use it in GitHub Desktop.
Deploy Script for my voces-solis website repo
sudo rm voces-solis -r
git clone https://github.com/jonnyjack7/voces-solis.git
cd voces-solis
sudo apt-get install ruby-full rubygems
sudo apt-get install apt-file
sudo apt-get install psmisc
sudo gem install sass
sudo gem install compass
npm install && bower install
sudo fuser -n tcp -k 80
sudo grunt serve:dist &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment