This file contains hidden or 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
| install passenger gem | |
| gem uninstall passenger | |
| gem install passenger | |
| ##gem 'passenger' | |
| #check for passenger process | |
| passenger start -p 80 | |
| passenger start -p 80 -d |
This file contains hidden or 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
| https://github.com/PRX/apn_on_rails | |
| http://rubydoc.info/github/PRX/apn_on_rails/master/frames | |
| http://www.slideshare.net/llch/using-iphones-nsurlconnection-class-presentation | |
| https://github.com/leonho/iphone-libs | |
| http://www.takeofflabs.com/posts/8-Rails-and-iOS-a-sample-starting-setup | |
| https://github.com/clarkware/iphone-rails-tutorial | |
| http://en.oreilly.com/rails2010/public/schedule/detail/14136 | |
| http://nathanhoad.net/intro-to-iphone-optimising-your-rails-site | |
| http://archives.ryandaigle.com/articles/2009/2/5/get-your-iphone-and-rails-apps-talkin | |
| http://restkit.org/ |
This file contains hidden or 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
| https://github.com/intridea/grape/wiki | |
| https://github.com/dblock/grape-on-rails | |
| https://github.com/intridea/grape | |
| http://railscasts.com/episodes/348-the-rails-api-gem?view=asciicast | |
| https://github.com/rails-api/rails-api |
This file contains hidden or 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
| http://net.tutsplus.com/tutorials/ruby/create-beautiful-administration-interfaces-with-active-admin/ |
This file contains hidden or 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
| django_cloud | |
| ============ | |
| == Django WorkBook | |
| ============ | |
| Django Installation | |
| ============ | |
| 1. sudo apt-ge install python-setuptools | |
| 2. sudo easy-install virtualenv |
This file contains hidden or 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
| https://www.digitalocean.com/community/articles/how-to-install-wordpress-on-ubuntu-12-04 | |
| http://www.andrewgertig.com/2013/05/set-up-wordpress-on-heroku |
This file contains hidden or 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
| http://openenergymonitor.org/emon/guide | |
| http://emoncms.org/site/docs/raspberrypihdd | |
| https://github.com/Elwell/EmonLib | |
| https://github.com/lukecoyle/Digital-Signage | |
| https://github.com/brhoads/DigitalSignage | |
| https://github.com/natejones/DigitalSignageWordpress | |
| https://github.com/sapo/digital-signage-client | |
| https://github.com/sapo/digital-signage-client | |
| https://github.com/opinsys |
This file contains hidden or 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
| http://hdmipi.com/beta/ | |
| http://omega500.wix.com/pitop | |
| PI MOBILE | |
| #################### | |
| http://www.raspberrypi.org/piphone-home-made-raspberry-pi-smartphone/ | |
| http://techcrunch.com/2014/04/28/the-piphone-is-a-diy-cellphone-powered-by-raspberry-pi/ | |
| http://lifehacker.com/build-your-own-phone-using-a-raspberry-pi-1567627858 | |
| http://www.davidhunt.ie/piphone-a-raspberry-pi-based-smartphone/ |
This file contains hidden or 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
| ssh -i /path/to/private-key ubuntu@<ec2-public-dns-address> | |
| ssh -i /path/to/private-key username@serverip |
This file contains hidden or 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
| sudo dpkg-reconfigure mysql-server-5.1 |