Skip to content

Instantly share code, notes, and snippets.

@robjshaw
Last active August 29, 2015 14:10
Show Gist options
  • Save robjshaw/30db8ebc9ddc8daf3d07 to your computer and use it in GitHub Desktop.
Save robjshaw/30db8ebc9ddc8daf3d07 to your computer and use it in GitHub Desktop.
setting up hackfest box
# ubuntu 14.10 server
sudo apt-get update
#sudo apt-get install node
#sudo apt-get install nodejs
#sudo apt-get install npm
# set up rest http://www.getrailo.org/index.cfm/whats-up/railo-40-beta-released/features/rest-services/
# set up ngrok on mac https://www.twilio.com/blog/2013/10/test-your-webhooks-locally-with-ngrok.html
./ngrok 8080
# youtube download https://rg3.github.io/youtube-dl/
brew install youtube-dl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment