Last active
August 29, 2015 14:10
-
-
Save robjshaw/30db8ebc9ddc8daf3d07 to your computer and use it in GitHub Desktop.
setting up hackfest box
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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